propose CompletionList#isDetailsResolved, #39441

This commit is contained in:
Johannes Rieken
2020-01-09 15:50:21 +01:00
parent 816064e3b3
commit c40b6072bc
8 changed files with 23 additions and 2 deletions

View File

@@ -1012,6 +1012,7 @@ export interface ISuggestResultDto {
a: { insert: IRange, replace: IRange; };
b: ISuggestDataDto[];
c?: boolean;
d?: boolean;
}
export interface ISignatureHelpDto {