From 163fc55a6d02c469a6ed2b48398cfe7aa0999e25 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 19 Jun 2026 11:47:24 +0200 Subject: [PATCH] initialize workspace configuration file --- mailsystem.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mailsystem.code-workspace diff --git a/mailsystem.code-workspace b/mailsystem.code-workspace new file mode 100644 index 0000000..5709732 --- /dev/null +++ b/mailsystem.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +}