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 e719934 commit a5b262aCopy full SHA for a5b262a
src/core/webview/ClineProvider.ts
@@ -1050,6 +1050,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
1050
case "postEditDelaySeconds":
1051
await this.updateGlobalState("postEditDelaySeconds", message.value ?? 0)
1052
await this.postStateToWebview()
1053
+ break
1054
case "preferredLanguage":
1055
await this.updateGlobalState("preferredLanguage", message.text)
1056
0 commit comments