vscode-error-lens icon indicating copy to clipboard operation
vscode-error-lens copied to clipboard

Bug? problem count doesn't update with statusBarIconsTargetProblems: "focusedEditor"

Open rickmed opened this issue 1 year ago • 4 comments

Counts the problems only in the currently focused editor.

rickmed avatar Apr 20 '24 15:04 rickmed

Isn't it already implemented?

"errorLens.statusBarIconsTargetProblems": "activeEditor",

usernamehw avatar Apr 20 '24 15:04 usernamehw

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.

rickmed avatar Apr 20 '24 15:04 rickmed

Cannot reproduce.

usernamehw avatar Apr 20 '24 18:04 usernamehw

Tried installing/uninstalling the extension but didn't fix it. Not sure what else to do.

rickmed avatar Apr 26 '24 14:04 rickmed

I would need steps to reliably reproduce the issue. Until then - closing.

usernamehw avatar Jun 21 '24 19:06 usernamehw