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
Without extensions
cd /usr/share/code/resources/app/out/vs/workbench
sudo vim workbench.desktop.main.css # or whatever editors but vs-code
.editor-actions { display: none }
To identify class names of elements,
just press ctrl + shift p and type toggel developer tools