python/.devcontainer/devcontainer.json aktualisiert

feature/interestingPoints
Dennis Eggen 2025-10-26 13:35:45 +01:00
parent 3e576a7300
commit 8a425c0741
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Python 3.11 Dev Container (als vscode-User)",
"name": "Python 3.11 Dev Container",
"dockerFile": "Dockerfile",
"mounts": [
"source=${localWorkspaceFolder},target=/workspace,type=bind"
@ -14,6 +14,5 @@
"ms-python.vscode-pylance"
],
"postCreateCommand": "pip install --upgrade pip",
"remoteUser": "vscode",
"containerUser": "vscode"
"remoteUser": "vscode"
}