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 0bd56ad commit d7fb998Copy full SHA for d7fb998
src/core/webview/ClineProvider.ts
@@ -887,8 +887,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
887
888
if (result.success) {
889
await this.cline?.checkpointDiff(result.data)
890
- } else {
891
- vscode.window.showErrorMessage("Invalid checkpoint diff payload.")
892
}
893
894
break
@@ -909,8 +907,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
909
907
} catch (error) {
910
908
vscode.window.showErrorMessage("Failed to restore checkpoint.")
911
912
913
- vscode.window.showErrorMessage("Invalid checkpoint restore payload.")
914
915
916
0 commit comments