We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab5634 commit d45dd6bCopy full SHA for d45dd6b
arduino-ide-extension/src/browser/settings.tsx
@@ -777,6 +777,11 @@ export class SettingsDialog extends AbstractDialog<Promise<Settings>> {
777
778
protected onActivateRequest(msg: Message): void {
779
super.onActivateRequest(msg);
780
+
781
+ // calling settingsService.reset() in order to reload the settings from the preferenceService
782
+ // and update the UI including changes triggerd from the command palette
783
+ this.settingsService.reset();
784
785
this.widget.activate();
786
}
787
0 commit comments