mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
also have ShutdownReason inside shutdown event
This commit is contained in:
@@ -729,7 +729,7 @@ export class EditorStacksModel implements IEditorStacksModel {
|
||||
}
|
||||
|
||||
private registerListeners(): void {
|
||||
this.toDispose.push(this.lifecycleService.onShutdown(() => this.onShutdown()));
|
||||
this.toDispose.push(this.lifecycleService.onShutdown(reason => this.onShutdown()));
|
||||
}
|
||||
|
||||
public get onGroupOpened(): Event<EditorGroup> {
|
||||
|
||||
Reference in New Issue
Block a user