-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The recent release of Biome 2.31 now supports Svelte
I tried adjusting the lsp configuration properties to point to the newer version of biome does not seem to work.
{
"lsp": {
"biome": {
"binary": {
"path": "/var/biome-2.3.1/bin/biome",
"arguments": [
"lsp-proxy"
]
}
}
}
}
Eslint still loads because of the Svelte extension without awareness of the biome extension yet; not sure if the svelte-language-server is need alongside Biome's lsp.
Metadata
Metadata
Assignees
Labels
No labels