From 534b19d308f1854216ad6a9d4a651afb16eab5fc Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Sun, 23 Nov 2025 10:27:23 -0500 Subject: [PATCH] chore: add initial workspace configuration file --- cpmp.code-workspace | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpmp.code-workspace diff --git a/cpmp.code-workspace b/cpmp.code-workspace new file mode 100644 index 00000000..b51044b3 --- /dev/null +++ b/cpmp.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +}