vscode-error-lens
vscode-error-lens copied to clipboard
Bug? problem count doesn't update with statusBarIconsTargetProblems: "focusedEditor"
Counts the problems only in the currently focused editor.
Isn't it already implemented?
"errorLens.statusBarIconsTargetProblems": "activeEditor",
Yes. I missed it. Sorry.
But just tried it and it seems to have a bug. It doesn't update the count when changing focus on two split editor groups.
Have two split editor groups. Navigate to a file in same editor group (via ctrl+p, for example). The problems count updates correctly for the currently focused editor. Click the other opened editor group. The count does NOT update.
Cannot reproduce.
Tried installing/uninstalling the extension but didn't fix it. Not sure what else to do.
I would need steps to reliably reproduce the issue. Until then - closing.