We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffbdeb commit cc86f43Copy full SHA for cc86f43
src/vs/workbench/contrib/terminal/common/terminal.ts
@@ -636,6 +636,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
636
'editor.action.toggleTabFocusMode',
637
'notifications.hideList',
638
'notifications.hideToasts',
639
+ 'workbench.action.closeQuickOpen',
640
'workbench.action.quickOpen',
641
'workbench.action.quickOpenPreviousEditor',
642
'workbench.action.showCommands',
0 commit comments