Merge pull request #11355 from helix-editor/helix-lsp-types

Vendor `lsp-types`
This commit is contained in:
Pascal Kuthe 2024-07-31 02:02:15 +02:00 committed by GitHub
commit 3fcf168c33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 10163 additions and 41 deletions

View file

@ -17,13 +17,13 @@ helix-stdx = { path = "../helix-stdx" }
helix-core = { path = "../helix-core" }
helix-loader = { path = "../helix-loader" }
helix-parsec = { path = "../helix-parsec" }
helix-lsp-types = { path = "../helix-lsp-types" }
anyhow = "1.0"
futures-executor = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
globset = "0.4.14"
log = "0.4"
lsp-types = { version = "0.95" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }