Files
python/.devcontainer/devcontainer.json
2019-05-28 20:17:31 +00:00

13 lines
202 B
JSON

{
"name": "Python Sample",
"dockerFile": "Dockerfile",
"appPort": 9000,
"context": "..",
"extensions": [
"ms-python.python"
],
"settings": {
"python.pythonPath": "/usr/local/bin/python"
}
}