Skip to content

Biome cohabitation #47

@KyleFontenot

Description

@KyleFontenot

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions