mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
propose CompletionList#isDetailsResolved, #39441
This commit is contained in:
@@ -1012,6 +1012,7 @@ export interface ISuggestResultDto {
|
||||
a: { insert: IRange, replace: IRange; };
|
||||
b: ISuggestDataDto[];
|
||||
c?: boolean;
|
||||
d?: boolean;
|
||||
}
|
||||
|
||||
export interface ISignatureHelpDto {
|
||||
|
||||
Reference in New Issue
Block a user