deno.json: exclude public directory to prevent LSP from crashing

https://github.com/denoland/deno/pull/19097#issuecomment-1880158674
This commit is contained in:
Alex Gleason
2024-01-07 14:09:00 -06:00
parent 9b39a1bd70
commit 42dfe083bf
2 changed files with 1 additions and 1 deletions

View File

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