Skip to content

Enable biome only when biome.json is present gives error #59

@kjvdven

Description

@kjvdven

I followed the docs to only Enable biome only when biome.json is present. And I added the following code to my config.

"lsp": {
    "biome": {
      "settings": {
        "require_config_file": true
      }
    },
}

Now I expected Biome to be disabled on projects without a config file.

But instead I get the following error;

Language server error: biome

biome.json is not found but require_config_file is true
-- stderr--

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