You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while ago, we added the testing API to VS Code. It would be be a nice and more consistent experience if rust-analyzer adopted this API instead of its custom code lenses; I constantly try to use the native keybindings when testing Rust code.
A while ago, we added the testing API to VS Code. It would be be a nice and more consistent experience if
rust-analyzer
adopted this API instead of its custom code lenses; I constantly try to use the native keybindings when testing Rust code.Here's an extension with screenshots to show what the native testing experience looks like: https://marketplace.visualstudio.com/items?itemName=ZixuanChen.vitest-explorer
The text was updated successfully, but these errors were encountered: