2023-02-10 17:45:41 +00:00
|
|
|
{
|
2023-03-16 17:49:27 +00:00
|
|
|
"name": "pallets/flask",
|
2023-03-12 08:13:26 -07:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/python:3",
|
|
|
|
|
"customizations": {
|
2023-03-16 17:35:55 +00:00
|
|
|
"codespaces": {
|
|
|
|
|
"openFiles": []
|
|
|
|
|
},
|
2023-03-12 08:13:26 -07:00
|
|
|
"vscode": {
|
|
|
|
|
"settings": {
|
2023-03-16 17:49:27 +00:00
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
2023-03-12 08:13:26 -07:00
|
|
|
"python.terminal.activateEnvInCurrentTerminal": true,
|
|
|
|
|
"python.terminal.launchArgs": [
|
|
|
|
|
"-X",
|
|
|
|
|
"dev"
|
2023-03-16 17:20:05 +00:00
|
|
|
],
|
|
|
|
|
"terminal.integrated.environmentChangesRelaunch": false
|
2023-03-16 17:49:27 +00:00
|
|
|
}
|
|
|
|
|
}
|
2023-03-12 08:13:26 -07:00
|
|
|
},
|
2023-03-13 17:29:46 +00:00
|
|
|
"onCreateCommand": "sudo chmod +x .devcontainer/on-create-command.sh && .devcontainer/on-create-command.sh"
|
2023-02-10 17:45:41 +00:00
|
|
|
}
|