Skip to content

Commit 75017a3

Browse files
committed
Updated for changes after merge
1 parent aefd7d1 commit 75017a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
23492349
remoteBrowserHost,
23502350
remoteBrowserEnabled: remoteBrowserEnabled ?? false,
23512351
cachedChromeHostUrl: (await this.getGlobalState("cachedChromeHostUrl")) as string | undefined,
2352-
preferredLanguage: preferredLanguage ?? "English",
2352+
preferredLanguage: language ?? "English",
23532353
writeDelayMs: writeDelayMs ?? 1000,
23542354
terminalOutputLineLimit: terminalOutputLineLimit ?? 500,
23552355
fuzzyMatchThreshold: fuzzyMatchThreshold ?? 1.0,

src/exports/roo-code.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export type GlobalStateKey =
198198
| "telemetrySetting"
199199
| "showRooIgnoredFiles"
200200
| "remoteBrowserEnabled"
201+
| "cachedChromeHostUrl"
201202

202203
export type ConfigurationKey = GlobalStateKey | SecretKey
203204

0 commit comments

Comments
 (0)