add SymbolTag, make tag a propertiy, #23927

This commit is contained in:
Johannes Rieken
2019-08-23 09:03:18 +02:00
parent f7fe25dcfc
commit 62c31b7154
15 changed files with 71 additions and 40 deletions

View File

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