Skip to content

Commit cc86f43

Browse files
committed
Skip shell for closeQuickOpen keybindings
Fixes microsoft#159678
1 parent dffbdeb commit cc86f43

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)