-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Test: Test Related Code #223150
Comments
Hi @connor4312 I am trying to follow the steps of this TPI. I have installed the extension, I right click on code that is imported into a test, but I do not see under the Peek category, the Screen.Recording.2024-07-23.at.10.06.48.mov |
After discussion with colleagues, they suggested this could be happening because I was not on the main branch during testing. I switched to the main vscode branch and pulled main, then I reloaded the window. After doing this I saw the command appear in the context menu. |
After testing two thoughts come to mind:
Screen.Recording.2024-07-23.at.14.01.52.mov |
Hey @connor4312, I am trying to test this and running into a couple of issues. I also tried to test this locally, but running into an issue with activating the extension Are there additional setup/config steps I need to take to get these options? |
Please ensure you're using today's Insiders (22e3447). Running locally you also will have needed to |
Swapping with @luabud due to limitations of my machine |
ref #126932
Complexity: 2
Create Issue
This iteration, I've added some API and UI to support relating code and its tests. I've adopted this for the selfhost test provider that we use in VS Code. Note that that the selfhost test provider has a basic, import-based implementation of related code. Please don't judge the relevancy of results it provides, just the editor functionality!
@recommended
selfhost test provider if you haven't yetThe text was updated successfully, but these errors were encountered: