Handle LSP apply workspace edit request fully before responding

This commit is contained in:
Max Brunsfeld 2022-04-01 11:59:21 -07:00
parent 56523b5775
commit ba009724dd
2 changed files with 172 additions and 196 deletions

View file

@ -2593,6 +2593,8 @@ impl Editor {
}
}
}
} else {
return Ok(());
}
let mut ranges_to_highlight = Vec::new();