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-term
Michael Davis 8141a4a1ab LSP: Key diagnostics off file path instead of URI
URIs need to be normalized to be comparable. For example a language
server could send a URI for a path containing '+' as '%2B' but we might
encode this in something like 'Document::url' as just '+'. We can
normalize the URI straight into a PathBuf though since this is the only
value we compare these diagnostics URIs against. This also covers
edge-cases like windows drive letter capitalization.
4 months ago
..
src LSP: Key diagnostics off file path instead of URI 4 months ago
tests Add glob file type support (#8006) 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump toml from 0.7.6 to 0.8.10 (#9539) 5 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago