Skip to content

Commit f30b2dd

Browse files
committed
.vscode settings: add explicit darwin biome path
1 parent be14a2c commit f30b2dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"biome.lsp.bin": {
3-
"linux-x64": "./plugin/node_modules/@biomejs/cli-linux-x64-musl/biome"
3+
"linux-x64": "./plugin/node_modules/@biomejs/cli-linux-x64-musl/biome",
4+
"darwin-arm64": "./plugin/node_modules/@biomejs/cli-darwin-arm64/biome"
45
},
56
"[typescript]": {
67
"editor.defaultFormatter": "biomejs.biome"

0 commit comments

Comments
 (0)