mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
update devcontainer to mount to home directory
This commit is contained in:
parent
91fe9ccc4d
commit
6c242188b7
1 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"workspaceFolder": "/workspaces/model",
|
"workspaceFolder": "/workspaces/model",
|
||||||
"postStartCommand": "bash .devcontainer/backend/post-install.sh",
|
"postStartCommand": "bash .devcontainer/backend/post-install.sh",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
|
"source=${localEnv:HOME},target=/home/vscode,type=bind"
|
||||||
],
|
],
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
|
@ -23,8 +23,8 @@
|
||||||
"ms-python.vscode-python-envs",
|
"ms-python.vscode-python-envs",
|
||||||
"ms-python.black-formatter",
|
"ms-python.black-formatter",
|
||||||
"waderyan.gitblame",
|
"waderyan.gitblame",
|
||||||
"github.vscode-github-actions",
|
"GrapeCity.gc-excelviewer",
|
||||||
"me-dutour-mathieu.vscode-github-actions"
|
"jakobhoeg.vscode-pokemon"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"files.defaultWorkspace": "/workspaces/model",
|
"files.defaultWorkspace": "/workspaces/model",
|
||||||
|
|
@ -40,3 +40,4 @@
|
||||||
"PYTHONFLAGS": "-Xfrozen_modules=off"
|
"PYTHONFLAGS": "-Xfrozen_modules=off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue