mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Validate backup workspaces on startup
This commit is contained in:
@@ -11,9 +11,6 @@ import Event, { Emitter } from 'vs/base/common/event';
|
||||
export class TestLifecycleService implements ILifecycleMainService {
|
||||
public _serviceBrand: any;
|
||||
|
||||
private _onBeforeUnload = new Emitter<IVSCodeWindow>();
|
||||
onBeforeUnload: Event<IVSCodeWindow> = this._onBeforeUnload.event;
|
||||
|
||||
private _onBeforeQuit = new Emitter<void>();
|
||||
onBeforeQuit: Event<void> = this._onBeforeQuit.event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user