-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Limited to 9 icons #46
Comments
ah yes, vscode recently did some internal change which affects this. I'll see if there's a workaround if you want to see more than 9 btns. but, still 9 buttons are lot to put on screen :D |
I'm an old guy, set in my ways. I like buttons, and my brain doesn't have as much free memory as it used to. ;) Then things like source control add even more buttons. I apply a couple of hacks and move the toolbar down to the breadcrumbs area where there's plenty of room. For now I've rolled VS Code back to version 1.53.2 so I can keep my buttons. |
haha totally get you @TauerOne. I shall see if there's a workaround for showing all buttons on latest version of vscode. Do let me know if you happen to find a solution first. |
Any updates on this? It would also be nice to move around the buttons and re-order them |
Hello people. |
Not possible as it is all necessarily hard-coded so far. Actually this should not go into this extension, but instead the MS "it is on the backlock" toolbar.
@TauerOne: How did you adjusted this extension to get the icons into the breadcrumbs? A configurable option for that would be quite useful. Or did you really mean you have the actual toolbar moved into the breadcrumbs (and if: How?) |
To move the toolbar to the breadcrumbs area I hack the workbench CSS supplied with VS code (workbench.desktop.main.css). /* Move the toolbar down to the breadcrumb area / This leaves me running an "[Unsupported]" version, so I hack the workbench JS file also (workbench.desktop.main.js) to hide that in the title bar. /* Add the function to hide the "[Unsupported]" warning / Of course my changes will get overwritten whenever VS code updates, so I have a script that checks the CSS and JS files and adds my custom bits if they are not already there before it launches VS. |
@TauerOne Did you submit a FR to VSCode for making this more permanent? |
Came here and found this because I was banging my head trying to figure out why I could only see so few icons when the screenshots looked like there were many more It may well just be VS is being a PITA about this and there's noting to be done but just a vote here please if you can I really would love to have more buttons I really like the idea of this tool but I'm really a sucker for customizing my UI and this extension has so much promise |
Me too - it is frustrating to enable the buttons but then still see some of them hidden in a drop down menu... Well, at least being able to see 9 buttons is better than none :/ |
The only option you have (apart from vscode making space for more buttons or add a real toolbar) is to use the |
Posting for visibility — I’ve opened a feature request on VSCode Issue tracker: microsoft/vscode#226423 |
It seems that the latest VS Code update has done something to limit the max number of icons in the toolbar to 9. The rest end up in the overflow menu. Any insight as to what controls this?
The text was updated successfully, but these errors were encountered: