update devcontainer to mount to home directory

This commit is contained in:
Daniel Roth 2026-02-11 11:57:59 +00:00
parent 91fe9ccc4d
commit 6c242188b7

View file

@ -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"
}
}