Skip to content

Commit

Permalink
feat: unified dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 22, 2024
1 parent 32d0de2 commit c087495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pskel (for Codespaces)",
"name": "Pskel",
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -13,5 +13,6 @@
},
"dockerComposeFile": "./../compose.yaml",
"service": "shell",
"workspaceFolder": "/workspaces/pskel"
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace/pskel,type=bind,consistency=cached",
"workspaceFolder": "/workspace/pskel"
}
24 changes: 0 additions & 24 deletions .devcontainer/local/devcontainer.json

This file was deleted.

0 comments on commit c087495

Please sign in to comment.