survey-extraction/.devcontainer/devcontainer.json
2025-03-08 10:01:29 +00:00

15 lines
333 B
JSON

{
"name": "Basic Python",
"build": { "dockerfile": "Dockerfile" },
"remoteUser": "vscode",
"postStartCommand": "bash .devcontainer/post-install.sh",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-azuretools.vscode-docker",
"ms-toolsai.jupyter"
]
}
}
}