// hide explorer arrows
// only works on material icons theme
// Put this json code in setting json you are done!
{
"material-icon-theme.hidesExplorerArrows": true, // this hide arrows
"workbench.iconTheme": "material-icon-theme" // Make sure it says this.
}
// happy programming