提交 7ddda59f 编写于 作者: A Alex Ross

Fix tasks fuzzy match in quick acceses

Fixes #94891
上级 723175e2
......@@ -50,7 +50,7 @@ export class TasksQuickAccessProvider extends PickerQuickAccessProvider<IPickerQ
const taskPicks: Array<IPickerQuickAccessItem | IQuickPickSeparator> = [];
for (const entry of topLevelPicks.entries) {
const highlights = matchesFuzzy(filter, entry.label!, true);
const highlights = matchesFuzzy(filter, entry.label!);
if (!highlights) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册