Make context the first arugment to constructors

This commit is contained in:
Matt Bierner
2020-08-27 12:49:19 -07:00
parent 9b117bbb1d
commit 08be66406f
4 changed files with 6 additions and 6 deletions

View File

@@ -86,8 +86,8 @@ export class MainThreadWebviewPanels extends Disposable implements extHostProtoc
private readonly _revivers = new Map<string, IDisposable>();
constructor(
private readonly _mainThreadWebviews: MainThreadWebviews,
context: extHostProtocol.IExtHostContext,
private readonly _mainThreadWebviews: MainThreadWebviews,
@IExtensionService extensionService: IExtensionService,
@IEditorGroupsService private readonly _editorGroupService: IEditorGroupsService,
@IEditorService private readonly _editorService: IEditorService,