mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Add deprecated support to SuggestDataDto
This commit is contained in:
committed by
Johannes Rieken
parent
df3983ffc8
commit
dbbf3316d3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user