Skip to content

Commit 67cc281

Browse files
authored
Merge pull request microsoft#78933 from jeanp413/fix-78931
Force refresh on setInput in settingEditor
2 parents 2da1710 + 9d709b8 commit 67cc281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ export class SettingsEditor2 extends BaseEditor {
846846

847847
this._register(model.onDidChangeGroups(() => this.onConfigUpdate()));
848848
this.defaultSettingsEditorModel = model;
849-
return this.onConfigUpdate();
849+
return this.onConfigUpdate(undefined, true);
850850
});
851851
}
852852
return Promise.resolve(null);

0 commit comments

Comments
 (0)