Files
python/.devcontainer/devcontainer.json

10 lines
136 B
JSON
Raw Normal View History

2019-04-16 18:19:04 -07:00
{
"name": "Python Sample",
"dockerFile": "Dockerfile",
2019-04-19 13:47:02 -07:00
"appPort": 9000,
2019-04-16 18:19:04 -07:00
"context": "..",
"extensions": [
2019-04-19 14:40:02 -07:00
"ms-python.python"
2019-04-16 18:19:04 -07:00
]
}