From 230343b74c775c0a6b07fc93f90ffabf885bb671 Mon Sep 17 00:00:00 2001 From: unional Date: Fri, 26 Apr 2024 08:03:05 -0700 Subject: [PATCH] chore: add workspace --- store.code-workspace | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 store.code-workspace diff --git a/store.code-workspace b/store.code-workspace new file mode 100644 index 0000000..bc8d471 --- /dev/null +++ b/store.code-workspace @@ -0,0 +1,20 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../.github" + } + ], + "settings": { + "javascript.validate.enable": false, + "typescript.enablePromptUseWorkspaceTsdk": true, + "typescript.tsdk": "node_modules/typescript/lib" + }, + "extensions": { + "recommendations": [ + "biomejs.biome" + ] + } +} \ No newline at end of file