mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
merge fixes
This commit is contained in:
parent
e7741a4e7a
commit
d1df516fbb
1 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ type GlobalStateKey =
|
|||
| "currentApiConfigName"
|
||||
| "listApiConfigMeta"
|
||||
| "slackConfig"
|
||||
| "slackWebhookUrl"
|
||||
| "slackWebhookUrl"
|
||||
| "slackNotificationsEnabled"
|
||||
| "mode"
|
||||
| "modeApiConfigs"
|
||||
|
|
@ -1654,6 +1654,8 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
requestDelaySeconds: number;
|
||||
currentApiConfigName: string;
|
||||
listApiConfigMeta: ApiConfigMeta[];
|
||||
mode: Mode;
|
||||
modeApiConfigs: Record<Mode, string>;
|
||||
}> {
|
||||
const [
|
||||
storedApiProvider,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue