From ffdefc045bb2c29deac385b7886d68b5ef9a04ca Mon Sep 17 00:00:00 2001 From: Torsten Enkelmann Date: Fri, 3 Nov 2023 18:05:30 +0100 Subject: [PATCH] initial commit --- .gitignore | 1 + ht-multi.code-workspace | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 516d8cf..dfffc76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/pyqt5_gui.cpython-312.pyc ht-multi.code-workspace ht-multi_Win.code-workspace +ht-multi.code-workspace diff --git a/ht-multi.code-workspace b/ht-multi.code-workspace index 3928df5..4f12a17 100644 --- a/ht-multi.code-workspace +++ b/ht-multi.code-workspace @@ -1,4 +1,8 @@ { - "folders": [], + "folders": [ + { + "path": "." + } + ], "settings": {}, } \ No newline at end of file