vscode-rust-test-adapter
vscode-rust-test-adapter copied to clipboard
Switch to native Testing API?
VSCode 1.59 added the Native Testing Api, which should probably be used over the extension, and currently the extension is still a dependency of this extension, so my proposal is to switch to the native Testing API (tracking issue / discussion)
maybe the guide Testing Explorer UI has linked will help: Migrating from the Test Explorer UI
Thanks for reaching out! We are already well aware of the upstream changes (see some relevant discussion in https://github.com/swellaby/vscode-rust-test-adapter/pull/186#issuecomment-1052321468), but deliberately haven't taken the plunge just yet.
If you or anyone else is up for submitting one or more PRs to make the conversion happen than I'm happy to review and consider for release. However, I can't quite get up the motivation/bandwidth to work on it myself because I suspect it will end up being a large chunk of work and I'm waiting in the hopes that Rust Analyzer will add Test Explorer capabilities as discussed in https://github.com/rust-analyzer/rust-analyzer/issues/3601