Strict init (#80190)

* strict init

* more strict props
This commit is contained in:
Benjamin Pasero
2019-09-02 09:24:43 +02:00
committed by GitHub
parent bdb2822496
commit 1cba911717
45 changed files with 128 additions and 118 deletions

View File

@@ -21,7 +21,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
private readonly _proxy: ExtHostDebugServiceShape;
private readonly _toDispose = new DisposableStore();
private _breakpointEventsActive: boolean;
private _breakpointEventsActive: boolean | undefined;
private readonly _debugAdapters: Map<number, ExtensionHostDebugAdapter>;
private _debugAdaptersHandleCounter = 1;
private readonly _debugConfigurationProviders: Map<number, IDebugConfigurationProvider>;