mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix spelling
This commit is contained in:
@@ -61,9 +61,9 @@ export class ElectronWebviewBasedWebview extends BaseWebview<WebviewTag> impleme
|
||||
@IWorkbenchEnvironmentService environmentService: IWorkbenchEnvironmentService,
|
||||
@IConfigurationService configurationService: IConfigurationService,
|
||||
@IMainProcessService mainProcessService: IMainProcessService,
|
||||
@INotificationService noficationService: INotificationService,
|
||||
@INotificationService notificationService: INotificationService,
|
||||
) {
|
||||
super(id, options, contentOptions, extension, _webviewThemeDataProvider, noficationService, _myLogService, telemetryService, environmentService);
|
||||
super(id, options, contentOptions, extension, _webviewThemeDataProvider, notificationService, _myLogService, telemetryService, environmentService);
|
||||
|
||||
/* __GDPR__
|
||||
"webview.createWebview" : {
|
||||
|
||||
Reference in New Issue
Block a user