提交 2664b2f3 编写于 作者: R Rob Lourens

Fix #58310 - dispose the disposables

上级 60b36fc5
...@@ -1567,6 +1567,10 @@ export class SettingsTree extends NonExpandableOrSelectableTree { ...@@ -1567,6 +1567,10 @@ export class SettingsTree extends NonExpandableOrSelectableTree {
this.style(colors); this.style(colors);
})); }));
} }
public dispose(): void {
this.disposables = dispose(this.disposables);
}
} }
class CopySettingIdAction extends Action { class CopySettingIdAction extends Action {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册