You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-lsp/src
kyfanc fe869e5dc7
fix lsp config reload (#9415)
`syn_loader` was replaced rather than interior value being replace,
old value was still being referenced and not updated after `:config-refresh`.
By using `ArcSwap` like for `config`, each `.load()` call will return the most
updated value.

Co-authored-by: kyfan <kyfan@email>
8 months ago
..
client.rs Add required-root-patterns for situational lsp activation (#8696) 8 months ago
file_event.rs Drop mut from variable to silence linter (#7704) 1 year ago
file_operations.rs make path changes LSP spec conform (#8949) 8 months ago
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2 years ago
lib.rs fix lsp config reload (#9415) 8 months ago
snippet.rs Fix typos (#6643) 2 years ago
transport.rs Exit a language server if it sends a message with invalid json (#9332) 9 months ago