-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat: Fix "Ask Cody to Explain" #3015
Conversation
Is there an easy way to test this? |
@vadi2 If you want to run this locally, you can checkout the branch locally and follow these docs: https://github.com/sourcegraph/cody/blob/main/doc/dev/index.md I'll add some integration tests too :) |
Which plugins should I install? |
@vadi2 Try this quickstart from the repo root: That should work if you have NodeJS installed. I've added an e2e test for this too |
No luck testing it - same issue in the 2nd vscode instance that pops up when I run the First time I launch it says:
Any follow-up attempts yield this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vadi2 Might have been an issue with our local flow. We need to do a check on the instructions for first clones. I've merged this now so will ensure this is included in the next release |
Description
cody.action.chat
commandcloses #2970
Test plan