提交 d7377cb7 编写于 作者: J Johannes Rieken

more towards #63454

上级 48a452dc
......@@ -219,7 +219,7 @@ export class CompletionModel {
// if it matches we check with the label to compute highlights
// and if that doesn't yield a result we have no highlights,
// despite having the match
let match = scoreFn(word, wordLow, wordPos, item.suggestion.filterText, item.filterTextLow, 0, false);
let match = scoreFn(word, wordLow, wordPos, item.suggestion.filterText, item.filterTextLow!, 0, false);
if (!match) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册