We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb9af4 commit 7d2365cCopy full SHA for 7d2365c
src/exports/api.ts
@@ -172,6 +172,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
172
173
public async setConfiguration(values: RooCodeSettings) {
174
await this.sidebarProvider.setValues(values)
175
+ await this.sidebarProvider.providerSettingsManager.saveConfig(values.currentApiConfigName || "default", values)
176
await this.sidebarProvider.postStateToWebview()
177
}
178
0 commit comments