mirror of https://github.com/pallets/flask.git
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"name": "pallets/flask",
|
|
"image": "mcr.microsoft.com/devcontainers/python:3",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
|
"python.terminal.activateEnvInCurrentTerminal": true,
|
|
"python.terminal.launchArgs": [
|
|
"-X",
|
|
"dev"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"onCreateCommand": ".devcontainer/on-create-command.sh"
|
|
}
|