From 8cdd2bbce267e5f358f5784b23d4e44d5f89eb48 Mon Sep 17 00:00:00 2001 From: Dennis Eggen <3019773@stud.hs-mannheim.de> Date: Sun, 26 Oct 2025 13:06:54 +0100 Subject: [PATCH] =?UTF-8?q?python/.vscode/settings.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/.vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/.vscode/settings.json diff --git a/python/.vscode/settings.json b/python/.vscode/settings.json new file mode 100644 index 0000000..bb689c0 --- /dev/null +++ b/python/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "terminal.integrated.profiles.linux": { + "bash": { + "path": "bash", + "icon": "terminal-bash" + } + } +} \ No newline at end of file