Skip to content

Instantly share code, notes, and snippets.

@Sysa
Created May 16, 2024 10:24
Show Gist options
  • Save Sysa/282eae3d692c23126efb9d85b6f9db20 to your computer and use it in GitHub Desktop.
Save Sysa/282eae3d692c23126efb9d85b6f9db20 to your computer and use it in GitHub Desktop.
VSCode tree config
expanded folder tree + mode indent
settings.json (ctrl+shift+p) Open Settings (JSON):
```
"workbench.tree.indent": 32,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#008070"
},
"explorer.compactFolders": false
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment