helix/helix-lsp/src
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
..
client.rs Replace lsp-types in helix-lsp with helix-lsp-types 2024-07-28 10:41:29 -04:00
file_event.rs Resolve new Clippy lints 2024-05-07 15:15:52 -04:00
file_operations.rs make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
jsonrpc.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
lib.rs fix: Respect workspace-lsp-roots on doc opening (#12223) 2024-12-22 08:08:41 -06:00
transport.rs Replace lsp-types in helix-lsp with helix-lsp-types 2024-07-28 10:41:29 -04:00