mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix #42878
This commit is contained in:
@@ -174,6 +174,7 @@ export class CompletionModel {
|
||||
// use a score of `-100` because that is out of the
|
||||
// bound of values `fuzzyScore` will return
|
||||
item.score = -100;
|
||||
item.matches = undefined;
|
||||
|
||||
} else if (typeof suggestion.filterText === 'string') {
|
||||
// when there is a `filterText` it must match the `word`.
|
||||
|
||||
Reference in New Issue
Block a user