Skip to content

Commit

Permalink
Add f6/shift+f6 to skip shell
Browse files Browse the repository at this point in the history
Part of #94921
  • Loading branch information
Tyriar committed Apr 16, 2020
1 parent 5178f31 commit 0fc6b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/contrib/terminal/common/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
'workbench.action.focusSixthEditorGroup',
'workbench.action.focusSeventhEditorGroup',
'workbench.action.focusEighthEditorGroup',
'workbench.action.focusNextPart',
'workbench.action.focusPreviousPart',
'workbench.action.nextPanelView',
'workbench.action.previousPanelView',
'workbench.action.nextSideBarView',
Expand Down

0 comments on commit 0fc6b39

Please sign in to comment.