Skip to content

Commit 98c9c25

Browse files
authored
Merge pull request microsoft#159681 from microsoft/tyriar/159678
Skip shell for closeQuickOpen keybindings
2 parents fc4b583 + cc86f43 commit 98c9c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminal/common/terminal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
636636
'editor.action.toggleTabFocusMode',
637637
'notifications.hideList',
638638
'notifications.hideToasts',
639+
'workbench.action.closeQuickOpen',
639640
'workbench.action.quickOpen',
640641
'workbench.action.quickOpenPreviousEditor',
641642
'workbench.action.showCommands',

0 commit comments

Comments
 (0)