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