usernamehw / vscode-error-lens

VSCode extension that enhances display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
MIT License
601 stars 32 forks source link

Status bar icons #188

Closed EHMilon closed 1 year ago

EHMilon commented 1 year ago

I like Status bar icons. But the status icon show problems of all workspace files. But it is so disturbing. Make the status bar icon to show issues only active file, not all workspace files.

image

In this image, I have no error on my active file. But it's showing 11 error. Please fix it.

usernamehw commented 1 year ago

New setting from the next version of extension:

"errorLens.statusBarIconsTargetProblems": "all" | "activeEditor" | "visibleEditors",// "all" by default