debt - fix command alias (#75242)

This commit is contained in:
Benjamin Pasero
2019-06-11 10:02:50 +02:00
committed by GitHub
parent 0b3a2d9055
commit 7bc29bf67c
28 changed files with 104 additions and 101 deletions

View File

@@ -321,7 +321,7 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
const registry = Registry.as<IWorkbenchActionRegistry>(ActionExtensions.WorkbenchActions);
registry.registerWorkbenchAction(
new SyncActionDescriptor(OpenCustomViewletAction, id, localize('showViewlet', "Show {0}", title)),
'View: Show {0}',
`View: Show ${title}`,
localize('view', "View")
);