Update src/vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions.ts

This commit is contained in:
Megan Rogge
2023-11-07 12:04:24 -08:00
committed by GitHub
parent 5464f1caf2
commit 5be72f237f
@@ -338,7 +338,6 @@ export function pwshUnixCommandNotFoundError(): ITerminalQuickFixInternalOptions
id: 'Pwsh Unix Command Not Found Error',
type: TerminalQuickFixType.TerminalCommand,
terminalCommand: line.trim(),
shouldExecute: true,
source: QuickFixSource.Builtin
});
}