python/.devcontainer/devcontainer.json aktualisiert
parent
aa492b70c9
commit
c07dc3fb29
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Python 3.11 Dev Container (ohne requirements)",
|
"name": "Python 3.11 Dev Container (als vscode-User)",
|
||||||
"dockerFile": "Dockerfile",
|
"dockerFile": "Dockerfile",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=${localWorkspaceFolder},target=/workspace,type=bind"
|
"source=${localWorkspaceFolder},target=/workspace,type=bind"
|
||||||
|
|
@ -13,5 +13,7 @@
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"ms-python.vscode-pylance"
|
"ms-python.vscode-pylance"
|
||||||
],
|
],
|
||||||
"postCreateCommand": "pip install --upgrade pip"
|
"postCreateCommand": "pip install --upgrade pip",
|
||||||
|
"remoteUser": "vscode",
|
||||||
|
"containerUser": "vscode"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue