mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Make context the first arugment to constructors
This commit is contained in:
@@ -19,8 +19,8 @@ export class MainThreadWebviewsViews extends Disposable implements extHostProtoc
|
||||
private readonly _webviewViewProviders = new Map<string, IDisposable>();
|
||||
|
||||
constructor(
|
||||
private readonly mainThreadWebviews: MainThreadWebviews,
|
||||
context: extHostProtocol.IExtHostContext,
|
||||
private readonly mainThreadWebviews: MainThreadWebviews,
|
||||
@IWebviewViewService private readonly _webviewViewService: IWebviewViewService,
|
||||
) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user