2023-04-13 10:03:49 -07:00
|
|
|
{
|
|
|
|
|
"name": "pallets/flask",
|
2025-07-23 02:08:25 +05:30
|
|
|
"build": {
|
|
|
|
|
"dockerfile": "Dockerfile"
|
|
|
|
|
},
|
2023-04-13 10:03:49 -07:00
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"settings": {
|
|
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
|
|
|
|
"python.terminal.activateEnvInCurrentTerminal": true,
|
|
|
|
|
"python.terminal.launchArgs": [
|
|
|
|
|
"-X",
|
|
|
|
|
"dev"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"onCreateCommand": ".devcontainer/on-create-command.sh"
|
|
|
|
|
}
|