提交 9d709b8d 编写于 作者: J jeanp413

Force refresh on setInput in settingEditor. Fixes #78931

上级 5117a8e6
......@@ -846,7 +846,7 @@ export class SettingsEditor2 extends BaseEditor {
this._register(model.onDidChangeGroups(() => this.onConfigUpdate()));
this.defaultSettingsEditorModel = model;
return this.onConfigUpdate();
return this.onConfigUpdate(undefined, true);
});
}
return Promise.resolve(null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册