How to change workspace with forward slash to tree like the bottom one? I was trying to find it on the settings on VSCode but no luck
Forward Slash
Tree
How to change workspace with forward slash to tree like the bottom one? I was trying to find it on the settings on VSCode but no luck
Forward Slash
Tree
The setting is called Explorer: Compact Folders and is available under Features/Explorer in settings or as
"explorer.compactFolders": false
in the json settings file.