mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
first cut of CompletionItem#commitCharacters, #7326
This commit is contained in:
@@ -514,7 +514,8 @@ class SuggestAdapter {
|
||||
//
|
||||
insertText: undefined,
|
||||
additionalTextEdits: item.additionalTextEdits && item.additionalTextEdits.map(TypeConverters.TextEdit.from),
|
||||
command: this._commands.toInternal(item.command)
|
||||
command: this._commands.toInternal(item.command),
|
||||
commitCharacters: item.commitCharacters
|
||||
};
|
||||
|
||||
// 'insertText'-logic
|
||||
|
||||
Reference in New Issue
Block a user