diff --git a/.devcontainer/backend/devcontainer.json b/.devcontainer/backend/devcontainer.json index 76eb0efd..5b805b0f 100644 --- a/.devcontainer/backend/devcontainer.json +++ b/.devcontainer/backend/devcontainer.json @@ -6,7 +6,7 @@ "workspaceFolder": "/workspaces/model", "postStartCommand": "bash .devcontainer/backend/post-install.sh", "mounts": [ - "source=${localEnv:HOME},target=/workspaces/home,type=bind" + "source=${localEnv:HOME},target=/home/vscode,type=bind" ], "customizations": { "vscode": { @@ -23,8 +23,8 @@ "ms-python.vscode-python-envs", "ms-python.black-formatter", "waderyan.gitblame", - "github.vscode-github-actions", - "me-dutour-mathieu.vscode-github-actions" + "GrapeCity.gc-excelviewer", + "jakobhoeg.vscode-pokemon" ], "settings": { "files.defaultWorkspace": "/workspaces/model", @@ -40,3 +40,4 @@ "PYTHONFLAGS": "-Xfrozen_modules=off" } } + \ No newline at end of file