add in commands to skip shell

This commit is contained in:
meganrogge 2023-06-28 09:13:13 -07:00
parent 43a03bea09
commit db519e64a3
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -569,6 +569,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
TerminalCommandId.AcceptSelectedSuggestion,
TerminalCommandId.HideSuggestWidget,
TerminalCommandId.FocusHover,
'editor.action.accessibilityHelp',
'editor.action.toggleTabFocusMode',
'notifications.hideList',
'notifications.hideToasts',