Files

30 lines
735 B
JSON

{
"name": "process-statcan-data",
"dockerComposeFile": "../docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspace",
"containerUser": "ubuntu",
"shutdownAction": "stopCompose",
"forwardPorts": [
8888,
5435
],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"vsls-contrib.gistfs",
"vscode-icons-team.vscode-icons"
],
"settings": {
"python.pythonPath": "/home/ubuntu/.venv/bin/python",
"python.defaultInterpreterPath": "/home/ubuntu/.venv/bin/python"
}
}
},
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/ubuntu/.ssh,type=bind,consistency=cached"
]
}