mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
@@ -217,7 +217,7 @@ import { assertNoRpc } from '../utils';
|
||||
const { execution, endEvent } = executeCommandAsync(shellIntegration, 'echo', ['hello']);
|
||||
const executionSync = await execution;
|
||||
const expectedCommandLine: TerminalShellExecutionCommandLine = {
|
||||
value: 'echo "hello"',
|
||||
value: 'echo hello',
|
||||
isTrusted: true,
|
||||
confidence: TerminalShellExecutionCommandLineConfidence.High
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user