Don't expose command center in the command palette and remove 'Launch' in name (#168126)

Fixes #166503
This commit is contained in:
Tyler James Leonhardt 2022-12-05 23:17:56 -08:00 committed by GitHub
parent c0c052077c
commit 25a406de7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,11 +154,7 @@ registerAction2(class QuickAccessAction extends Action2 {
constructor() {
super({
id: 'workbench.action.quickOpenWithModes',
title: {
value: localize('quickOpenWithModes', "Launch Command Center"),
original: 'Launch Command Center'
},
f1: true,
title: localize('quickOpenWithModes', "Command Center"),
menu: {
id: MenuId.CommandCenter,
order: 100