You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the LSP-biome plugin does not provide an option to specify a custom Biome configuration file path via --config-path. Users who want to use a global Biome configuration file (e.g., in a non-default location or shared across projects) cannot easily integrate it with the LSP plugin.
Proposed Solution
Add a new configuration option (e.g., config_path or biome.configPath) in the LSP-biome settings. This option would allow users to define a custom path to the Biome configuration file (e.g., biome.json). The plugin should pass this path to Biome via the --config-path CLI argument when initializing the LSP server.
Additional Context
Biome officially supports the --config-path argument (Biome CLI Docs).
This feature would improve flexibility for monorepos or shared configurations.
The text was updated successfully, but these errors were encountered:
Problem Description
Currently, the LSP-biome plugin does not provide an option to specify a custom Biome configuration file path via
--config-path
. Users who want to use a global Biome configuration file (e.g., in a non-default location or shared across projects) cannot easily integrate it with the LSP plugin.Proposed Solution
Add a new configuration option (e.g.,
config_path
orbiome.configPath
) in the LSP-biome settings. This option would allow users to define a custom path to the Biome configuration file (e.g.,biome.json
). The plugin should pass this path to Biome via the--config-path
CLI argument when initializing the LSP server.Additional Context
--config-path
argument (Biome CLI Docs).The text was updated successfully, but these errors were encountered: