Skip to content

Commit

Permalink
Fix update of current config
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Julliand <[email protected]>
  • Loading branch information
chrjorgensen and sebjulliand authored Apr 11, 2023
1 parent f8469c7 commit fb6adfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webviews/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class SettingsUI {
}

Object.assign(config, data);
await ConnectionConfiguration.update(config);
await instance.setConfig(config);

if (connection && restart) {
vscode.window.showInformationMessage(`Some settings require a restart to take effect. Reload workspace now?`, `Reload`, `No`)
Expand Down

0 comments on commit fb6adfb

Please sign in to comment.