mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 10:25:41 +01:00
Update src/vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions.ts
This commit is contained in:
-1
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user