-
Notifications
You must be signed in to change notification settings - Fork 512
Better visual indicator that things are wrong #1592
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
Have you checked out at the |
I saw this problems tab but it's often hidden (as Terminal is my main one). Not sure if you can divide that screen into 3 separate screens. Also notice that I sometimes (often) use the screen like that: And notice how it only started to see problem after I added another function Test { } with an error. All errors above were ignored and not visible until I've run it. It also doesn't see problems with chars, or wrong lines but that is related to: PowerShell/PSScriptAnalyzer#1089 and PowerShell/PSScriptAnalyzer#981 still I would expect PSSA to pick this up? Or I have wrong expectancy on this? |
So I think this is a combination of issues.
@PrzemyslawKlys would you mind opening an issue on VSCode for that feature request? Is it reasonable to close this as a dupe? |
Sure. I'll open it up there. Actually, I often don't get "problems" at all or get them very late. But it's most likely related to all other issues I reported with relative vs absolute path and for some reason, it's displaying it late or never. |
Summary of the new feature
Right now when there is an error of sort VSCode the only visual indicator is the red file with a problem
Or none at all until you run it and it's too late.
Proposed technical implementation details (optional)
It would be great to show line where the first (I guess only 1st problem is visible, not all of them but if more then one, it would be great to see all) problem is more or less occurring. I sometimes see red file and then I search for a missing comma on 1000 line script. It's often easier to press F5, and see where it terminates.
The text was updated successfully, but these errors were encountered: