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

@@ -736,6 +736,7 @@ class SuggestAdapter {
k: item.commitCharacters,
l: item.additionalTextEdits && item.additionalTextEdits.map(typeConvert.TextEdit.from),
m: this._commands.toInternal(item.command, disposables),
n: item.deprecated
};
// 'insertText'-logic