Fix LSP having too many files due to frontend bundle

This commit is contained in:
Alex Gleason
2024-01-07 14:09:00 -06:00
parent eee6ccebab
commit 9b39a1bd70

View File

@@ -1,6 +1,7 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.enablePaths": ["./src", "./scripts"],
"editor.defaultFormatter": "denoland.vscode-deno",
"path-intellisense.extensionOnImport": true
}