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 be14a2c commit f30b2ddCopy full SHA for f30b2dd
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
"biome.lsp.bin": {
3
- "linux-x64": "./plugin/node_modules/@biomejs/cli-linux-x64-musl/biome"
+ "linux-x64": "./plugin/node_modules/@biomejs/cli-linux-x64-musl/biome",
4
+ "darwin-arm64": "./plugin/node_modules/@biomejs/cli-darwin-arm64/biome"
5
},
6
"[typescript]": {
7
"editor.defaultFormatter": "biomejs.biome"
0 commit comments