🐛 lsp-proxy ignores --config-path
and BIOME_CONFIG_PATH
.
#4834
Labels
S-Needs triage
Status: this issue needs to be triaged
--config-path
and BIOME_CONFIG_PATH
.
#4834
Environment information
What happened?
I use Helix editor.
Biome DOES respect
biome.json
placed in the workspace root and everything works flawlessly. Biome is the only language server set for JavaScript.Biome IGNORES
biome.json
when used with--config-path "/path/to/dir"
or--config-path "/path/to/biome.json"
orBIOME_CONFIG_PATH
set via:or
Also, running
biome lsp-proxy --config-path "/does/not/exist/biome.json"
in terminal does not produce any errors.Steps to reproduce:
languages.toml
::format
or otherwise; Biome will use its default configuration.:lsp-restart
has no effect.Expected result
It should use the configuration file specified by
--config-path
and possibly throw an error if it does not exist.Code of Conduct
The text was updated successfully, but these errors were encountered: