tweak UI for deprecated completions, update API proposal #23927

This commit is contained in:
Johannes Rieken
2019-08-22 10:28:55 +02:00
parent ee2b890bcc
commit 1848b16313
11 changed files with 63 additions and 17 deletions

View File

@@ -934,7 +934,7 @@ export interface ISuggestDataDto {
k/* commitCharacters */?: string[];
l/* additionalTextEdits */?: ISingleEditOperation[];
m/* command */?: modes.Command;
n/* deprecated */?: boolean;
n/* kindModifier */?: modes.CompletionItemKindModifier[];
// not-standard
x?: ChainedCacheId;
}