Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions arduino-ide-extension/src/browser/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@ export class SettingsDialog extends AbstractDialog<Promise<Settings>> {

protected onActivateRequest(msg: Message): void {
super.onActivateRequest(msg);

// calling settingsService.reset() in order to reload the settings from the preferenceService
// and update the UI including changes triggerd from the command palette
this.settingsService.reset();

this.widget.activate();
}

Expand Down