From 7e85c91789c1d2f5709af4716425aa8117334d31 Mon Sep 17 00:00:00 2001 From: Dennis Eggen <3019773@stud.hs-mannheim.de> Date: Sun, 26 Oct 2025 13:04:58 +0100 Subject: [PATCH] =?UTF-8?q?.devcontainer/devcontainer.json=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index c1ea9fc..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -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" -}