Avoid extra fields

This commit is contained in:
Wenlu Wang
2021-01-18 17:48:43 +08:00
parent ebac10e0a5
commit 1c131cf265
8 changed files with 15 additions and 104 deletions

View File

@@ -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;