example how can I change the button's order of the status bar in vscode?thx very much!
There is not any official way of doing it. There is a dirty hack you can try, But it may have unexpected outcome.
Yes, You can do that by editing CSS layout file.
.../Microsoft VS
Code\resources\app\out\vs\workbench\electron-browser
directory. .monaco-workbench>.part.statusbar
to use flex using display:flex
.monaco-workbench>.part.statusbar:nth-child(1){order: 3}
From what i know there is no easy way to do this, but they have already reported such a problem in their github repository
You can vote and follow him here: https://github.com/microsoft/vscode/issues/35744
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With