Skip to content

Commit b6b5b17

Browse files
committed
Fix provider profile setting in createTask
1 parent a5d38db commit b6b5b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,6 +2214,10 @@ export class ClineProvider
22142214
vscode.ConfigurationTarget.Global,
22152215
)
22162216
}
2217+
2218+
if (configuration.currentApiConfigName) {
2219+
await this.setProviderProfile(configuration.currentApiConfigName)
2220+
}
22172221
}
22182222

22192223
const {

0 commit comments

Comments
 (0)