workspaces - 💄 action label

This commit is contained in:
Benjamin Pasero 2021-08-12 08:20:25 +02:00
parent 93f9d51ecb
commit a15cf20f63
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -309,7 +309,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
command: {
id: OpenWorkspaceConfigFileAction.ID,
title: { value: OpenWorkspaceConfigFileAction.LABEL, original: 'Workspaces: Open Workspace Configuration File' },
title: { value: OpenWorkspaceConfigFileAction.LABEL, original: 'Open Workspace Configuration File' },
category: workspacesCategory
},
when: WorkbenchStateContext.isEqualTo('workspace')