source code help #10865
xsawn
started this conversation in
Feature Requests
source code help
#10865
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, everyone , now I am confused , and I am here to ask for help,
example:
After the AI returns an answer based on the user's question and modifies the code without applying or saving the changes, there is a confirmation button in the webview dialog.
I want to know where the Extension ultimately executes the file save and apply operations after the user clicks the confirmation button?
the function call chain is bellow
./src/core/webview/webviewMessageHandler.ts
case: "askResponse"
provider
.getCurrentTask()
?.handleWebviewAskResponse(message.askResponse!, resolved.text, resolved.images)
===> ./task.ts

handleWebviewAskResponse()
it seems like handleWebviewAskResponse is the final call ,
I want to know where excute the final exuction ,apply and saved the changes
3q,
Beta Was this translation helpful? Give feedback.
All reactions