Open
Description
Question
How to trigger rag-extension?
Context
1. Start ngrok: Initialized ngrok with port 8080.
2. Configure ngrok URL: Obtained the ngrok URL and used it in an environment variable and agent (Git Hub) as per the instructions given in the rag-extension.
3. Connect with Extension: after setting up URL, now I can access prompt or ask question in chat.
4. Trigger Breakpoint: I expect, after entering the prompt and pressing Enter, the breakpoint set in Visual Studio Code should be triggered.
Please suggest, how to trigger or debug rag-extension after giving prompt.
Thank you :)