Closed BachiMjavanadze closed 2 years ago
You can already hide the ident guides (settings -> Workbench -> Appearance -> Tree: Render Ident Guides):
@fernandoescolar
I know that I can do it in regular explorer, I wrote the peace of settings.json
code:
"workbench.tree.renderIndentGuides": "none"
but I need it in regular explorer. I want to remove this lines only in solution explorer
like in Visual Studio IDE
.
Currently this feature is handled for all treeviews and there is no extension point in the vscode-api to do it in a custom treeview :(
https://code.visualstudio.com/api/references/vscode-api#TreeDataProvider
Please add ability to remove Indent Guides:
settings for regular explorer:
"workbench.tree.renderIndentGuides": "none",