From 2aa6dfaad6123dd48f1742bdf9c9eb92abd064cf Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 16 Jun 2026 12:40:13 +0200 Subject: [PATCH] Add initial workspace configuration for Postfix project --- postfix.code-workspace | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 postfix.code-workspace diff --git a/postfix.code-workspace b/postfix.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/postfix.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file