Skip to content

Commit aa97f61

Browse files
committed
1 parent 5ef4e4e commit aa97f61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/contrib/suggest/completionModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export class CompletionModel {
174174
// use a score of `-100` because that is out of the
175175
// bound of values `fuzzyScore` will return
176176
item.score = -100;
177+
item.matches = undefined;
177178

178179
} else if (typeof suggestion.filterText === 'string') {
179180
// when there is a `filterText` it must match the `word`.

0 commit comments

Comments
 (0)