Skip to content

Commit

Permalink
chore: Bump lsp-types to 0.97.0
Browse files Browse the repository at this point in the history
This also includes gluon-lang/lsp-types#287, which should significantly reduce the time it takes for us to deserialize completion lists.
  • Loading branch information
osiewicz committed Jun 12, 2024
1 parent ec95a33 commit 1b8b545
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ collections.workspace = true
futures.workspace = true
gpui.workspace = true
log.workspace = true
lsp-types = { git = "https://github.com/zed-industries/lsp-types", branch = "apply-snippet-edit" }
lsp-types = { git = "https://github.com/zed-industries/lsp-types", branch = "zed-main" }
parking_lot.workspace = true
postage.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 1b8b545

Please sign in to comment.