Skip to content

Instantly share code, notes, and snippets.

//open user setting json
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Default Dark+",
"workbench.tree.indent": 20,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#ff0000",
"tree.inactiveIndentGuidesStroke": "#00ff00"
},