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
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.
5 months ago
..
client.rs Add required-root-patterns for situational lsp activation (#8696) 5 months ago
file_event.rs Drop mut from variable to silence linter (#7704) 11 months ago
file_operations.rs make path changes LSP spec conform (#8949) 5 months ago
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 1 year ago
lib.rs Add required-root-patterns for situational lsp activation (#8696) 5 months ago
snippet.rs Fix typos (#6643) 1 year ago
transport.rs Exit a language server if it sends a message with invalid json (#9332) 6 months ago