mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-22 08:48:39 +00:00
20 lines
488 B
JSON
20 lines
488 B
JSON
{
|
|
"name": "Basic Python",
|
|
"build": { "dockerfile": "Dockerfile" },
|
|
"remoteUser": "vscode",
|
|
"postStartCommand": "bash .devcontainer/post-install.sh",
|
|
"mounts": [
|
|
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-toolsai.jupyter",
|
|
"mechatroner.rainbow-csv",
|
|
"ms-toolsai.datawrangler"
|
|
]
|
|
}
|
|
}
|
|
}
|