From 6bd2eb578c0b34d0170e89f52fbefd191780951e Mon Sep 17 00:00:00 2001 From: altpersona <61986933+altpersona@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:12:11 -0400 Subject: [PATCH] Add VS Code workspace configuration --- PRC-modules.code-workspace | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PRC-modules.code-workspace diff --git a/PRC-modules.code-workspace b/PRC-modules.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/PRC-modules.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file