File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
packages/core/src/codewhispererChat/controllers/chat/messenger Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 */
55
66import * as vscode from 'vscode'
7- import { waitUntil } from '../../../../shared/utilities/timeoutUtils'
87import {
98 AppToWebViewMessageDispatcher ,
109 AuthNeededException ,
@@ -394,9 +393,13 @@ export class Messenger {
394393 session . setToolUseWithError ( { toolUse, error } )
395394 // trigger processToolUseMessage to handle the error
396395 this . dispatcher . sendCustomFormActionMessage (
397- new CustomFormActionMessage ( tabID , {
398- id : 'generic-tool-execution' ,
399- } )
396+ new CustomFormActionMessage (
397+ tabID ,
398+ {
399+ id : 'generic-tool-execution' ,
400+ } ,
401+ triggerID
402+ )
400403 )
401404 }
402405 // TODO: Add a spinner component for fsWrite, previous implementation is causing lag in mynah UX.
You can’t perform that action at this time.
0 commit comments