deno.json: exclude public directory to prevent LSP from crashing
https://github.com/denoland/deno/pull/19097#issuecomment-1880158674
This commit is contained in:
parent
9b39a1bd70
commit
42dfe083bf
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"deno.enable": true,
|
||||
"deno.lint": true,
|
||||
"deno.enablePaths": ["./src", "./scripts"],
|
||||
"editor.defaultFormatter": "denoland.vscode-deno",
|
||||
"path-intellisense.extensionOnImport": true
|
||||
}
|
Loading…
Reference in New Issue