Files
Sim-Tello-KI-fun/.devcontainer/devcontainer.template.json
2025-10-07 06:51:46 +02:00

18 lines
354 B
JSON

{
"name": "Python GUI Devcontainer - ${PLATFORM}",
"build": {
"dockerfile": "Dockerfile${DOCKERFILE_SUFFIX}"
},
"forwardPorts": [5901],
"runArgs": ${RUN_ARGS},
"mounts": ${MOUNTS},
"overrideCommand": false,
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
},
"postCreateCommand": "${POST_CREATE_COMMAND}"
}