-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Make problems/errors more visible (red icon in statusbar) #74886
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
Comments
Yeah this can be made a dup of #74921 /duplicate |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Re-opening since the original duplicate only handled icons. A few thoughts on the original proposal:
We could offer this as an optional theme color token but our default themes would not get this as we use blue in our status bar and any other foreground color would make it unreadable.
This should already be possible in the next release (1.42) with #85164
Coloured text is the same as the first ask, and showing problems for the current line is already possible via
I don't think we'd be able to do this as we already use highlighted tabs for active tabs and that would not make it accessible (can't use color alone to define meaning) |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding |
Uh oh!
There was an error while loading. Please reload this page.
The problem: Sometimes I have a compilation error in my app (TS code), but I am not aware of it because VSCode does not make it clear enough.
Currently VSCode displays errors in the following places:
But they all have limitations:
Here are some suggestions, any one of which could help. My preference is for the first one.
Offer a different colour for the statusbar counts, if the count is non-zero.
For example, I would use bright red for >0 errors, but a gentle indication for warnings.
Related: Less intrusive problems' statusbar item #64636 wants to hide the statusbar icons when the counts are zero.
Allow the list of problems to appear in the sidebar, below the Outline and Npm-scripts panes. (Even if closed, perhaps its title could display counts. and change colour.)
Display some red text in the statusbar when there are outstanding problems, perhaps showing the first one. (This plugin has the right idea, but it only works for the current line!)
Highlight tabs containing errors like we highlight files now. WebStorm does this. It might be nice, but I don't think it really solves the original problem, because these could still be out of view.
I am more concerned about errors than warnings, but other users may feel differently.
The text was updated successfully, but these errors were encountered: