mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
align wait, diff in cli and env
This commit is contained in:
@@ -109,7 +109,7 @@ export class LifecycleService implements ILifecycleService {
|
||||
// Windows/Linux: we quit when all windows have closed
|
||||
// Mac: we only quit when quit was requested
|
||||
// --wait: we quit when all windows are closed
|
||||
if (this.quitRequested || process.platform !== 'darwin' || this.envService.cliArgs.waitForWindowClose) {
|
||||
if (this.quitRequested || process.platform !== 'darwin' || this.envService.cliArgs.wait) {
|
||||
app.quit();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user