提交 3df5d069 编写于 作者: M Matt Bierner

Don't save theme and model service on WalkThroughPart

Only needed by the base class
上级 63461a2c
......@@ -94,10 +94,10 @@ export class WalkThroughPart extends BaseEditor {
constructor(
@ITelemetryService telemetryService: ITelemetryService,
@IThemeService themeService: IThemeService,
@IModelService modelService: IModelService,
@IInstantiationService private instantiationService: IInstantiationService,
@IThemeService protected themeService: IThemeService,
@IOpenerService private openerService: IOpenerService,
@IModelService protected modelService: IModelService,
@IKeybindingService private keybindingService: IKeybindingService,
@IStorageService private storageService: IStorageService,
@IContextKeyService private contextKeyService: IContextKeyService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册