helix/helix-lsp/src
ontley 6a90166d0a
Add required-root-patterns for situational lsp activation (#8696)
* Added required-root-patterns for situational lsp activation using globbing

* Replaced filter_map with flatten

* updated book to include required-root-patterns option

* fixed wrong function name for path

* Added globset to helix-core. Moved globset building to config parsing.

* Normalize implements AsRef

* cargo fmt

* Revert "cargo fmt"

This reverts commit ca8ce123e8.
2024-02-12 02:35:25 +01:00
..
client.rs Add required-root-patterns for situational lsp activation (#8696) 2024-02-12 02:35:25 +01:00
file_event.rs Drop mut from variable to silence linter (#7704) 2023-07-22 23:31:24 +09:00
file_operations.rs make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2023-02-16 10:16:25 +09:00
lib.rs Add required-root-patterns for situational lsp activation (#8696) 2024-02-12 02:35:25 +01:00
snippet.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
transport.rs Exit a language server if it sends a message with invalid json (#9332) 2024-01-17 15:49:25 +01:00