Test Explorer in rust Vscode

Hi guys,

In case this helps someone. After installing rust-analyzer extension for vscode, I was not getting the test explorer. Turns out there is a setting in the vscode Settings->Extensions->Rust-analyzer->tick the "Test Explorer" (Whether to show test explorer). Your tests wil be automatically be collected and available in the test explorer icon in Activity Bar. Now you can run and debug them!

Thanks

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.