I\'m a big fan of VScode\'s minimalist approach, but one thing is bugging me. I would like to hide editor-tab icons.
The icons are from extensions: gi
gi
Extension Custom CSS and JS Loader
.tabs-and-actions-container .editor-actions { display: none !important; }
Optionally, show them on hover:
.tabs-and-actions-container:hover .editor-actions { display: flex !important; }