提交 aa280423 编写于 作者: M Matt Bierner 提交者: Benjamin Pasero

Make sure we dispose of created context key (#64471)

Fixes #64470
上级 048fdbba
......@@ -80,7 +80,7 @@ export abstract class TitleControl extends Themable {
) {
super(themeService);
this.resourceContext = instantiationService.createInstance(ResourceContextKey);
this.resourceContext = this._register(instantiationService.createInstance(ResourceContextKey));
this.contextMenu = this._register(this.menuService.createMenu(MenuId.EditorTitleContext, this.contextKeyService));
this.create(parent);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册