Skip to content
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

Consider adopting VS Code testing API instead of code lenses #13440

Closed
connor4312 opened this issue Oct 19, 2022 · 1 comment
Closed

Consider adopting VS Code testing API instead of code lenses #13440

connor4312 opened this issue Oct 19, 2022 · 1 comment
Labels
A-vscode vscode plugin issues C-feature Category: feature request

Comments

@connor4312
Copy link

connor4312 commented Oct 19, 2022

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

@Veykril Veykril added A-vscode vscode plugin issues C-feature Category: feature request labels Oct 19, 2022
@flodiebold
Copy link
Member

Duplicate of #3601

@flodiebold flodiebold marked this as a duplicate of #3601 Oct 19, 2022
@flodiebold flodiebold closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-vscode vscode plugin issues C-feature Category: feature request
Projects
None yet
Development

No branches or pull requests

3 participants