Fix devcontainer spacing
This commit is contained in:
parent
c5ec09dc54
commit
35e9d5a783
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "pallets/flask",
|
||||
"name": "pallets/flask",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:3",
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
|
|
@ -7,15 +7,15 @@
|
|||
},
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
||||
"python.terminal.activateEnvInCurrentTerminal": true,
|
||||
"python.terminal.launchArgs": [
|
||||
"-X",
|
||||
"dev"
|
||||
],
|
||||
"terminal.integrated.environmentChangesRelaunch": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"onCreateCommand": "sudo chmod +x .devcontainer/on-create-command.sh && .devcontainer/on-create-command.sh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue