Fix cancel button

This commit is contained in:
Saoud Rizwan
2024-10-02 21:01:04 -04:00
parent e1ab10f24e
commit 0c290b4108
2 changed files with 7 additions and 3 deletions

View File

@@ -451,7 +451,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
timeout: 3_000,
})
await this.initClaudeDevWithHistoryItem(historyItem) // clears task again, so we need to abortTask manually above
await this.postStateToWebview()
// await this.postStateToWebview() // new claude dev instance will post state when it's ready. having this here sent an empty messages array to webview leading to virtuoso having to reload the entire list
}
break