Deserialize more LSP inlay hint information
This commit is contained in:
parent
f155f5ded7
commit
8acc5cf8f4
4 changed files with 56 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue