From 24455797fe21ac1ef2a913bc3965ba24880ba966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Doubravsk=C3=BD?= Date: Wed, 3 Sep 2025 16:58:48 +0200 Subject: [PATCH] Initial commit --- Tagger.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Tagger.code-workspace diff --git a/Tagger.code-workspace b/Tagger.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Tagger.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file