simplify config, update guide
This commit is contained in:
parent
1a3611cb6d
commit
0f73470123
4 changed files with 16 additions and 34 deletions
|
|
@ -2,9 +2,6 @@
|
|||
"name": "pallets/flask",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:3",
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": []
|
||||
},
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
||||
|
|
@ -12,10 +9,9 @@
|
|||
"python.terminal.launchArgs": [
|
||||
"-X",
|
||||
"dev"
|
||||
],
|
||||
"terminal.integrated.environmentChangesRelaunch": false
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"onCreateCommand": "sudo chmod +x .devcontainer/on-create-command.sh && .devcontainer/on-create-command.sh"
|
||||
"onCreateCommand": ".devcontainer/on-create-command.sh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue