Add shortcut for toggle results pane (#764)

This commit is contained in:
Kevin Cunnane
2018-02-23 15:56:17 -08:00
committed by GitHub
parent bd7341ddc2
commit 7ee6dfa21e
2 changed files with 12 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ registry.registerWorkbenchAction(
TaskHistoryViewletAction.ID,
TaskHistoryViewletAction.LABEL,
{ primary: KeyMod.CtrlCmd | KeyCode.KEY_T }),
'View: Show Task Histry',
'View: Show Task History',
localize('view', "View")
);