survey-extraction/.devcontainer/devcontainer.json
2025-03-03 11:49:28 +00:00

10 lines
188 B
JSON

{
"name": "Basic Python",
"build": { "dockerfile": "Dockerfile" },
"remoteUser": "vscode",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}