From 9e33117667c456f8b3002123b530fc265795e8f6 Mon Sep 17 00:00:00 2001 From: Torsten Enkelmann Date: Wed, 1 Nov 2023 15:07:30 +0100 Subject: [PATCH] initial commit --- Python.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Python.code-workspace diff --git a/Python.code-workspace b/Python.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Python.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file