chore: Bump lsp-types to 0.97.0 (#12928)
This also includes https://github.com/gluon-lang/lsp-types/pull/287, which should significantly reduce the time it takes for us to deserialize completion lists. Release Notes: - N/A
This commit is contained in:
parent
21764c38dd
commit
7798f64d1b
22 changed files with 344 additions and 191 deletions
|
@ -891,7 +891,7 @@ async fn test_rename(cx: &mut gpui::TestAppContext) {
|
|||
Ok(Some(lsp::WorkspaceEdit {
|
||||
changes: Some(
|
||||
[(
|
||||
url.clone(),
|
||||
url.clone().into(),
|
||||
vec![
|
||||
lsp::TextEdit::new(def_range, params.new_name.clone()),
|
||||
lsp::TextEdit::new(tgt_range, params.new_name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue