mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
code-ps: rename renderer => window and change cli to "-s, --status" (for #39262)
This commit is contained in:
@@ -65,7 +65,7 @@ export async function main(argv: string[]): TPromise<any> {
|
||||
|
||||
let processCallbacks: ((child: ChildProcess) => Thenable<any>)[] = [];
|
||||
|
||||
const verbose = args.verbose || args.ps;
|
||||
const verbose = args.verbose || args.status;
|
||||
|
||||
if (verbose) {
|
||||
env['ELECTRON_ENABLE_LOGGING'] = '1';
|
||||
|
||||
Reference in New Issue
Block a user