Strict init for tasks, file picker, and custom view

Part of #78168
This commit is contained in:
Alex Ross
2019-08-05 14:38:04 +02:00
parent 222401c661
commit 780a5085d7
4 changed files with 29 additions and 29 deletions

View File

@@ -420,7 +420,7 @@ namespace TaskFilterDTO {
@extHostNamedCustomer(MainContext.MainThreadTask)
export class MainThreadTask implements MainThreadTaskShape {
private readonly _extHostContext: IExtHostContext;
private readonly _extHostContext: IExtHostContext | undefined;
private readonly _proxy: ExtHostTaskShape;
private readonly _providers: Map<number, { disposable: IDisposable, provider: ITaskProvider }>;