Commit Graph

2 Commits (aa20eb8e7f63eaab8af061782ae32e0dcea5c73e)

Author SHA1 Message Date
Michael Davis 1980bd5992
helix-lsp-types: Prefer `crate::Url` to `url::Url`
This is a cosmetic change to replace all direct `use`s of the `url::Url`
type in the `helix-lsp-types` crate with `use crate::Url;`. The types
are the same type currently: this refactor will make a future
replacement of the Url type less noisy.

Connects https://github.com/helix-editor/helix/pull/11889
2024-12-17 15:42:28 -05:00
Michael Davis 2900bc03cf
Vendor the `lsp-types` crate 2024-07-28 10:41:28 -04:00