Skip to content

Commit

Permalink
rename command-center command to "Quick Pick" (#171808)
Browse files Browse the repository at this point in the history
* rename command-center command to "Quick Pick"

fyi @sbatten, related to #170621

* use "Quick Open" label
  • Loading branch information
jrieken committed Jan 20, 2023
1 parent db4258b commit fd05813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/actions/quickAccessActions.ts
Expand Up @@ -154,7 +154,7 @@ registerAction2(class QuickAccessAction extends Action2 {
constructor() {
super({
id: 'workbench.action.quickOpenWithModes',
title: localize('quickOpenWithModes', "Command Center"),
title: localize('quickOpenWithModes', "Quick Open"),
menu: {
id: MenuId.CommandCenter,
order: 100
Expand Down

0 comments on commit fd05813

Please sign in to comment.