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

Collapse runnable test lenses if a macro creates too many #10244

Open
Veykril opened this issue Sep 15, 2021 · 1 comment
Open

Collapse runnable test lenses if a macro creates too many #10244

Veykril opened this issue Sep 15, 2021 · 1 comment
Labels
C-feature Category: feature request S-actionable Someone could pick this issue up and work on it right now

Comments

@Veykril
Copy link
Member

Veykril commented Sep 15, 2021

Currently when a macro invocation creates more than one runnable test lens we give the lenses the functions name and still show them like here:
image
This works fine for a small number of lenses but can quickly become overwhelming, includeing bindgen output is a prime example for this:
image
Instead we should collapse these into one special lense that offers a selection on which test to run if a macro expands to X or more lenses.

@Veykril Veykril added S-actionable Someone could pick this issue up and work on it right now C-feature Category: feature request labels Sep 15, 2021
@godcodehunter
Copy link
Contributor

microsoft/vscode#3220
microsoft/vscode#66418
It may be useful for better user interaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature request S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

No branches or pull requests

2 participants