Add notifications.hideList to commandsToSkipShell

Fixes #131380
This commit is contained in:
Daniel Imms 2021-08-23 07:22:25 -07:00
parent 6e46f926fe
commit c1dbac423e

View file

@ -516,6 +516,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
TerminalCommandId.NavigationModeFocusNext,
TerminalCommandId.NavigationModeFocusPrevious,
'editor.action.toggleTabFocusMode',
'notifications.hideList',
'notifications.hideToasts',
'workbench.action.quickOpen',
'workbench.action.quickOpenPreviousEditor',