Handle LSP apply workspace edit request fully before responding
This commit is contained in:
parent
56523b5775
commit
ba009724dd
2 changed files with 172 additions and 196 deletions
|
@ -2593,6 +2593,8 @@ impl Editor {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
let mut ranges_to_highlight = Vec::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue