fix: separate status-bar and activity-bar count domains#44
Merged
FanaticPythoner merged 1 commit intoMay 30, 2026
Merged
Conversation
Route status-bar totals through status-bar counts while activity badges and non-current-file tree title counts retain the activity-bar count domain. Runtime behavior: - add a shared tag-count reducer for status, activity, badge, and title totals - keep hideFromStatusBar isolated from hideFromActivityBar in total and tag modes - update command-context cache entries after every setContext promise resolves - use declarative notification text for regex migration and view placement prompts Coverage and evidence: - cover total status counts, tag status counts, and activity badge counts with split domains - cover setContext retry behavior after a rejected command context update - add issue #41 user-flow benchmark markdown snapshot with latency/RSS comparisons - update .gitignore for stronger JSON matching in the artifacts directory Fixes #41
Owner
Author
|
Would you mind testing it on your side? I thoroughly tested it, but a different set of eyes is always welcome... Thank you! I'd like to merge this into master within ~1h, so please let me know! 😊 |
|
Hi @FanaticPythoner, Version 1.1.17 : seem not OK...
--> note : icons are not same in Tree and Status bar ?
|
Owner
Author
|
Hey @FALLAI-Denis ! 1.1.17 does not have the changes in this PR... The point here would be for you to review and test this PR (in order to validate if it's fully fixing your issues in issue 41) prior to merging it in master, which would then enable me to create a patch (new) release (1.1.18)! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Route status-bar totals through status-bar counts while activity badges and
non-current-file tree title counts retain the activity-bar count domain.
Runtime behavior:
Coverage and evidence:
Fixes #41