Add deprecated support to SuggestDataDto

This commit is contained in:
Kamran Ayub
2019-07-24 14:46:50 -05:00
committed by Johannes Rieken
parent df3983ffc8
commit dbbf3316d3
4 changed files with 24 additions and 0 deletions

View File

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