Files
trustme/.devcontainer/devcontainer.json
2025-08-05 10:26:39 +05:00

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"
]
}
}
}