20 lines
327 B
JSON
20 lines
327 B
JSON
{
|
|
"name": "Existing Dockerfile",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "../Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/python:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"PKief.material-icon-theme",
|
|
"zhuangtongfa.material-theme"
|
|
]
|
|
}
|
|
}
|
|
}
|