You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Hi @D-rshini could you provide more details around your setup?
Have you been able to chat with the extension at all so far?
And if you have successfully chatted with the extension, then yes a breakpoint in your extension's server code should be triggered (assuming, of course, you've properly hooked up the debugger!)
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 :)
The text was updated successfully, but these errors were encountered: