helix/helix-lsp
Maurice Hieronymus b946b21b01
fix: Respect workspace-lsp-roots on doc opening (#12223)
When a new language server is started, find_lsp_workspace is called
with LanguageConfiguration::workspace_lsp_roots as the root_dirs.

This behavior is different when a new document is opened.
find_lsp_workspace is called with editor::Config::workspace_lsp_roots
which is never set.

This leads to a bug where workspace-lsp-roots is not respected when
opening a new document. This commit fixes this bug.
2024-12-22 08:08:41 -06:00
..
src fix: Respect workspace-lsp-roots on doc opening (#12223) 2024-12-22 08:08:41 -06:00
Cargo.toml build(deps): bump the rust-dependencies group with 10 updates (#12277) 2024-12-16 18:48:13 -06:00