File size: 440 Bytes
3d3d712 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"dockerFile": "Dockerfile",
"customizations": {
"settings": {
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"visualstudioexptteam.vscodeintellicode"
]
},
"postCreateCommand": "pip install -r requirements.txt"
}
|