We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f150c03 commit 1a0bcd6Copy full SHA for 1a0bcd6
.vscode/settings.example.json
@@ -35,5 +35,6 @@
35
"deno.json": "jsonc",
36
"*.css": "tailwindcss"
37
},
38
- "biome.lsp.bin": "./node_modules/@biomejs/biome/bin/biome"
+ "biome.lsp.bin": "./node_modules/@biomejs/biome/bin/biome",
39
+ "deno.disablePaths": ["./node_modules", "./vendor"]
40
}
0 commit comments