mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add ISuggestion#snippetType, #3210
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user