- Install this extension: Custom CSS and JS Loader
- Create
vscodestyle.css
file somewhere on your system with this content:
.monaco-workbench .part.titlebar {
position: relative;
}
.monaco-workbench .part.titlebar::before {
content: "";
position: absolute;
top: 50%;