提交 3f74492a 编写于 作者: D Daniel Imms

Skip notifications.hideToasts in terminal

Fixes #131380
上级 90594899
...@@ -516,6 +516,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [ ...@@ -516,6 +516,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
TerminalCommandId.NavigationModeFocusNext, TerminalCommandId.NavigationModeFocusNext,
TerminalCommandId.NavigationModeFocusPrevious, TerminalCommandId.NavigationModeFocusPrevious,
'editor.action.toggleTabFocusMode', 'editor.action.toggleTabFocusMode',
'notifications.hideToasts',
'workbench.action.quickOpen', 'workbench.action.quickOpen',
'workbench.action.quickOpenPreviousEditor', 'workbench.action.quickOpenPreviousEditor',
'workbench.action.showCommands', 'workbench.action.showCommands',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册