mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Change resetTask to clearTask
This commit is contained in:
@@ -37,7 +37,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
vscode.commands.registerCommand("claude-dev.plusButtonTapped", async () => {
|
||||
const message = "claude-dev.plusButtonTapped!"
|
||||
//vscode.window.showInformationMessage(message)
|
||||
await provider.resetTask()
|
||||
await provider.clearTask()
|
||||
await provider.postStateToWebview()
|
||||
await provider.postMessageToWebview({ type: "action", action: "plusButtonTapped"})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user