Forward inlay hint refresh requests to clients, test coop inlay hints
This commit is contained in:
parent
a68e68a0d9
commit
890b164278
7 changed files with 366 additions and 13 deletions
|
@ -7596,6 +7596,10 @@ impl Editor {
|
|||
pub fn next_inlay_id(&mut self) -> InlayId {
|
||||
InlayId(post_inc(&mut self.next_inlay_id))
|
||||
}
|
||||
|
||||
pub fn inlay_hint_cache(&self) -> &InlayHintCache {
|
||||
&self.inlay_hint_cache
|
||||
}
|
||||
}
|
||||
|
||||
fn consume_contiguous_rows(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue