mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
tests - enable verbose arg for extension installation tests (#245320)
This commit is contained in:
@@ -21,7 +21,7 @@ export interface LaunchOptions {
|
||||
readonly logger: Logger;
|
||||
logsPath: string;
|
||||
crashesPath: string;
|
||||
readonly verbose?: boolean;
|
||||
verbose?: boolean;
|
||||
readonly extraArgs?: string[];
|
||||
readonly remote?: boolean;
|
||||
readonly web?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user