-
Notifications
You must be signed in to change notification settings - Fork 15
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
Badge support #53
Comments
I just saw the wontfix on issue #37. Is that still the case? |
If you set |
That's unfortunate. I did find and enable that option, but the counter didn't appear, even after reloading the window. |
Could you have look in the developer tool console (Help->Toggle Developer Tools) and see if there are any errors present? |
Indeed there are:
|
Hmm. Unfortunately that doesn't give me much to go on - was there anything else? |
Yeah, I thought the same, but I can't make heads or tails of the trace for the
|
Hey, I'm having the same problem. The SCM badge in Linux works perfectly, but in Windows, it doesn't; In the Developer Tools it throws the error
I think the problem could be in the Line 420 in 3927c24
|
I'm not seeing the "SCM changes" badge either, this is on macOS Ventura, also don't see any errors in the developer console. Here are my settings: "activitusbar.combineWorkspaceSettings": true,
"activitusbar.searchViewInPanel": false,
"activitusbar.showSourceControlCounter": true,
"activitusbar.views": [
{
"name": "explorer",
"codicon": "explorer-view-icon"
},
{
"name": "search",
"codicon": "search-view-icon"
},
{
"name": "pr:github",
"codicon": "github"
},
{
"name": "scm",
"codicon": "source-control-view-icon"
},
{
"name": "debug",
"codicon": "run-view-icon"
},
{
"name": "github.codespaces.explorer",
"codicon": "remote-explorer"
},
{
"name": "gitlens.views.home",
"codicon": "git-merge"
},
{
"name": "extensions",
"codicon": "extensions-view-icon"
},
{
"codicon": "kebab-vertical"
}
],
|
I'd also like to see this as the current profile name is missing from the settings icon. |
It would be nice not to lose the information from the Activity Bar badges. One possible implementation could look like the mockup below:
Would that be feasible?
The text was updated successfully, but these errors were encountered: