Skip to content

Commit

Permalink
[ci skip] fix on codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 22, 2024
1 parent 2f18be5 commit 2db5cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"workspaceFolder": "/pskel",
"mounts": [
"source=${localWorkspaceFolder},target=/pskel,type=bind,consistency=cached"
],
"onCreateCommand": "if ! test -e \"/pskel\"; then ln -s \"/workspaces/$(basename \"${GITHUB_REPOSITORY})\"\" \"/pskel\"; fi"
]
}

0 comments on commit 2db5cad

Please sign in to comment.