Forward inlay hint refresh requests to clients, test coop inlay hints

This commit is contained in:
Kirill Bulatov 2023-06-23 21:01:07 +03:00
parent a68e68a0d9
commit 890b164278
7 changed files with 366 additions and 13 deletions

View file

@ -139,6 +139,7 @@ message Envelope {
InlayHints inlay_hints = 114;
InlayHintsResponse inlay_hints_response = 115;
RefreshInlayHints refresh_inlay_hints = 116;
}
}
@ -761,6 +762,10 @@ message InlayHintLabelPartTooltip {
}
}
message RefreshInlayHints {
uint64 project_id = 1;
}
message MarkupContent {
string kind = 1;
string value = 2;