提交 15bf8469 编写于 作者: B Benjamin Pasero

fix mispell

上级 86aa7c85
......@@ -159,7 +159,7 @@ export class WorkspaceChangeExtHostRelauncher extends Disposable implements IWor
constructor(
@IWorkspaceContextService private readonly contextService: IWorkspaceContextService,
@IExtensionService extensionService: IExtensionService,
@IWindowService windowSevice: IWindowService,
@IWindowService windowService: IWindowService,
@IWorkbenchEnvironmentService environmentService: IWorkbenchEnvironmentService
) {
super();
......@@ -170,7 +170,7 @@ export class WorkspaceChangeExtHostRelauncher extends Disposable implements IWor
}
if (environmentService.configuration.remoteAuthority) {
windowSevice.reloadWindow(); // TODO@aeschli, workaround
windowService.reloadWindow(); // TODO@aeschli, workaround
} else {
extensionService.restartExtensionHost();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册