Skip to content

Commit 3511b28

Browse files
committed
minimise changes
1 parent 5a53b4d commit 3511b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ export class CommandsHandler extends QuickOpenHandler implements IDisposable {
591591
const aliasHighlights = alias ? wordFilter(searchValue, alias) : null;
592592

593593
if (labelHighlights || aliasHighlights) {
594-
entries.push(this.instantiationService.createInstance(ActionCommandEntry, action.item.id, this.keybindingService.lookupKeybinding(action.id), label, alias, { label: labelHighlights, alias: aliasHighlights }, action, (id: string) => this.onBeforeRunCommand(id)));
594+
entries.push(this.instantiationService.createInstance(ActionCommandEntry, action.id, this.keybindingService.lookupKeybinding(action.item.id), label, alias, { label: labelHighlights, alias: aliasHighlights }, action, (id: string) => this.onBeforeRunCommand(id)));
595595
}
596596
}
597597
}

0 commit comments

Comments
 (0)