mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Re-enabled command line service tests (#4387)
This commit is contained in:
@@ -36,7 +36,9 @@ export class CommandLineService implements ICommandLineProcessing {
|
||||
ipc.on('ads:processCommandLine', (event: any, args: ParsedArgs) => this.onLaunched(args));
|
||||
}
|
||||
// we only get the ipc from main during window reuse
|
||||
this.onLaunched(_environmentService.args);
|
||||
if (_environmentService) {
|
||||
this.onLaunched(_environmentService.args);
|
||||
}
|
||||
}
|
||||
|
||||
private onLaunched(args: ParsedArgs)
|
||||
|
||||
Reference in New Issue
Block a user