From 7295b46c06fa2dc3b8ff8fc92f67116c332fae18 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Fri, 16 May 2025 11:16:21 +0800 Subject: [PATCH] ``` init Add default VS Code workspace configuration with current and test folders ``` --- 001_documentation/default.code-workspace | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 001_documentation/default.code-workspace diff --git a/001_documentation/default.code-workspace b/001_documentation/default.code-workspace new file mode 100644 index 0000000..e3aad38 --- /dev/null +++ b/001_documentation/default.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../003_test" + } + ], + "settings": {} +}