chore: set biome lsp bin path for vscode (#20180)

This commit is contained in:
Bruno Quaresma
2025-10-06 11:51:44 -03:00
committed by GitHub
parent 840afb225b
commit 33fbb174d5
+2 -1
View File
@@ -61,5 +61,6 @@
"typos.config": ".github/workflows/typos.toml",
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
}
},
"biome.lsp.bin": "site/node_modules/.bin/biome"
}