Skip to content

Commit 2c68fb3

Browse files
authored
Merge pull request microsoft#162079 from microsoft/tyriar/162078
Add terminal quick fix to commands to skip shell
2 parents 0994dab + c66e0fa commit 2c68fb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminal/common/terminal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
615615
TerminalCommandId.New,
616616
TerminalCommandId.Paste,
617617
TerminalCommandId.PasteSelection,
618+
TerminalCommandId.QuickFix,
618619
TerminalCommandId.ResizePaneDown,
619620
TerminalCommandId.ResizePaneLeft,
620621
TerminalCommandId.ResizePaneRight,

0 commit comments

Comments
 (0)