We currently depend on the https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer extension.
That extension still works, but is deprecated in favour of a new native VS Code UI (from v1.59 onwards). Instructions for migrating to the native UI are here:
EDIT from @aeisenberg
Based on a discussion, I am changing the title and body of this issue since it looks like we don't need to remove the hbenl.vscode-test-explorer dependency. We just need to change the way we are using the adapter.
We currently depend on the https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer extension.
That extension still works, but is deprecated in favour of a new native VS Code UI (from v1.59 onwards). Instructions for migrating to the native UI are here:
EDIT from @aeisenberg
Based on a discussion, I am changing the title and body of this issue since it looks like we don't need to remove the
hbenl.vscode-test-explorerdependency. We just need to change the way we are using the adapter.