mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
@@ -185,7 +185,7 @@ export class LifecycleService implements ILifecycleService {
|
||||
c(true); // veto
|
||||
});
|
||||
|
||||
vscodeWindow.send('vscode:beforeUnload', { okChannel: oneTimeOkEvent, cancelChannel: oneTimeCancelEvent });
|
||||
vscodeWindow.send('vscode:beforeUnload', { okChannelReply: oneTimeOkEvent, cancelChannelReply: oneTimeCancelEvent, quitRequested: this.quitRequested });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user