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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

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