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 0857860 commit c66e0faCopy full SHA for c66e0fa
src/vs/workbench/contrib/terminal/common/terminal.ts
@@ -615,6 +615,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
615
TerminalCommandId.New,
616
TerminalCommandId.Paste,
617
TerminalCommandId.PasteSelection,
618
+ TerminalCommandId.QuickFix,
619
TerminalCommandId.ResizePaneDown,
620
TerminalCommandId.ResizePaneLeft,
621
TerminalCommandId.ResizePaneRight,
0 commit comments