mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add InlineHintKind to InlineHint-type
This commit is contained in:
@@ -1303,9 +1303,10 @@ export interface ISignatureHelpContextDto {
|
||||
export interface IInlineHintDto {
|
||||
text: string;
|
||||
range: IRange;
|
||||
hoverMessage?: string;
|
||||
kind: modes.InlineHintKind;
|
||||
whitespaceBefore?: boolean;
|
||||
whitespaceAfter?: boolean;
|
||||
hoverMessage?: string;
|
||||
}
|
||||
|
||||
export interface IInlineHintsDto {
|
||||
|
||||
Reference in New Issue
Block a user