mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Avoid extra fields
This commit is contained in:
@@ -1292,10 +1292,6 @@ export interface ISignatureHelpContextDto {
|
||||
export interface IInlineHintDto {
|
||||
text: string;
|
||||
range: IRange;
|
||||
triggerPosition: IPosition;
|
||||
prefix?: string;
|
||||
postfix?: string;
|
||||
contextValue?: string;
|
||||
hoverMessage?: string;
|
||||
whitespaceBefore?: boolean;
|
||||
whitespaceAfter?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user