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

Better "Skipping File" UX #1738

Open
hediet opened this issue Jun 26, 2023 · 0 comments
Open

Better "Skipping File" UX #1738

hediet opened this issue Jun 26, 2023 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@hediet
Copy link
Member

hediet commented Jun 26, 2023

Currently, the entire "Skipping File" experience seems to be driven by the command Debug: Toggle Skipping this File.

Toggling an invisible state makes it really hard to see what is going on, especially when you are not debugging at the moment.
Also, restarting VS Code resets the list of skipped files.
Lastly, I don't think this command/feature is very discoverable.

It would be nice if skipped files worked similar to breakpoints:

  • There is a pane below "BREAKPOINTS" in the debugger view called "SKIPPED FILES" to see the globs/file names that are skipped
  • They can be checked/unchecked and this state persist (just as breakpoints)
  • Debug: Toggle Skipping this File adds/removes the current file to this list
@hediet hediet added the feature-request Request for new features or functionality label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants