Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

visual studio code

// 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
 
PREVIOUS NEXT
Tagged: #visual #studio #code
ADD COMMENT
Topic
Name
2+2 =