File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ export type GlobalStateKey =
198198 | "telemetrySetting"
199199 | "showRooIgnoredFiles"
200200 | "remoteBrowserEnabled"
201+ | "cachedChromeHostUrl"
201202
202203export type ConfigurationKey = GlobalStateKey | SecretKey
203204
You can’t perform that action at this time.
0 commit comments