.devcontainer/devcontainer.json gelöscht

feature/interestingPoints
Dennis Eggen 2025-10-26 13:04:58 +01:00
parent f04b1f0a4a
commit 7e85c91789
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
{
"name": "Python 3.11 Dev Container",
"dockerFile": "Dockerfile",
"mounts": [
"source=${localWorkspaceFolder},target=/workspace,type=bind"
],
"settings": {
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.provider": "black"
},
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
],
"postCreateCommand": "pip install --upgrade pip"
}