Skip to content

Commit 1a0bcd6

Browse files
committed
chore: disable deno from exploring dependencies
Deno language server traces included warnings that it was too much for it to handle. This should help out.
1 parent f150c03 commit 1a0bcd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"deno.json": "jsonc",
3636
"*.css": "tailwindcss"
3737
},
38-
"biome.lsp.bin": "./node_modules/@biomejs/biome/bin/biome"
38+
"biome.lsp.bin": "./node_modules/@biomejs/biome/bin/biome",
39+
"deno.disablePaths": ["./node_modules", "./vendor"]
3940
}

0 commit comments

Comments
 (0)