Skip to content

Cleanup after test explorer is rolled out #3310

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

Open
3 tasks
vinistock opened this issue Mar 18, 2025 · 1 comment
Open
3 tasks

Cleanup after test explorer is rolled out #3310

vinistock opened this issue Mar 18, 2025 · 1 comment
Labels
chore Chore task

Comments

@vinistock
Copy link
Member

After the new test explorer experience is fully rolled out, we have some clean up to do in our code.

  • Clean up old test explorer code. This includes the old handlers and the custom code lens middleware to discover tests
  • Clean up the code lens implementation. It should no longer be responsible for discovering tests, but instead read the cached result from the document instance
  • After cleaning up code lens, we have decoupled the explorer from it and can make showing the Run, Run in terminal and Debug code lens configurable
@vinistock vinistock added the chore Chore task label Mar 18, 2025
Copy link
Contributor

This issue is being marked as stale because there was no activity in the last 2 months

@github-actions github-actions bot added the Stale label May 17, 2025
@vinistock vinistock removed the Stale label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

No branches or pull requests

2 participants
@vinistock and others