Deserialize more LSP inlay hint information

This commit is contained in:
Kirill Bulatov 2023-06-13 16:34:38 +03:00
parent f155f5ded7
commit 8acc5cf8f4
4 changed files with 56 additions and 7 deletions

View file

@ -725,7 +725,9 @@ message InlayHint {
Anchor position = 1;
InlayHintLabel label = 2;
optional string kind = 3;
InlayHintTooltip tooltip = 4;
bool padding_left = 4;
bool padding_right = 5;
InlayHintTooltip tooltip = 6;
}
message InlayHintLabel {