add ISuggestion#snippetType, #3210

This commit is contained in:
Johannes Rieken
2016-11-11 18:29:03 +01:00
parent e04179d631
commit 2b5b63b0cd
7 changed files with 27 additions and 9 deletions

View File

@@ -479,9 +479,8 @@ class SuggestAdapter {
suggestion.overwriteAfter = 0;
}
if (this._extensionId) {
suggestion._extensionId = this._extensionId;
}
suggestion._extensionId = this._extensionId;
suggestion.snippetType = 'internal';
// store suggestion
result.suggestions.push(suggestion);