This commit is contained in:
Johannes Rieken
2018-07-09 10:02:54 +02:00
parent eb42dab8ec
commit 9abfc06c51
2 changed files with 33 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ export namespace Suggest {
result.documentation = htmlContent.isMarkdownString(suggestion.documentation) ? MarkdownString.to(suggestion.documentation) : suggestion.documentation;
result.sortText = suggestion.sortText;
result.filterText = suggestion.filterText;
result.preselect = suggestion.preselect;
// 'overwrite[Before|After]'-logic
let overwriteBefore = (typeof suggestion.overwriteBefore === 'number') ? suggestion.overwriteBefore : 0;