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