Skip to content

Commit 51e9024

Browse files
committed
add configuration of biome bin in vscode
In the frontend team, we decided to switch from prettier to biomejs However the extension is looking at the binary which is either in ui/ or shell-ui/. Commiting this configuration will make sure that the bin is correctly detected for most IDE used by the team.
1 parent a4eb151 commit 51e9024

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"biome.lsp.bin": "shell-ui/node_modules/.bin/biome"
3+
}

0 commit comments

Comments
 (0)