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-05-28 20:17:31 +00:00
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"python.pythonPath": "/usr/local/bin/python"
|
|
|
|
|
}
|
2019-04-16 18:19:04 -07:00
|
|
|
}
|