mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
26 lines
745 B
JSON
26 lines
745 B
JSON
{
|
|
"name": "Basic Python",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "survey-extractor",
|
|
"remoteUser": "vscode",
|
|
"workspaceFolder": "/workspaces/survey-extractor",
|
|
"postStartCommand": "bash .devcontainer/post-install.sh",
|
|
"mounts": [
|
|
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
|
|
// "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"files.defaultWorkspace": "/workspaces/survey-extractor"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-toolsai.jupyter",
|
|
"mechatroner.rainbow-csv",
|
|
"ms-toolsai.datawrangler"
|
|
]
|
|
}
|
|
}
|
|
}
|