Skip notifications.hideToasts in terminal

Fixes #131380
This commit is contained in:
Daniel Imms 2021-08-23 06:29:16 -07:00
parent 9059489971
commit 3f74492a24

View file

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