fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
352 stars 73 forks source link

Remove Indent Guides in Solution Explorer #228

Closed BachiMjavanadze closed 2 years ago

BachiMjavanadze commented 2 years ago

Please add ability to remove Indent Guides:

image

settings for regular explorer:

"workbench.tree.renderIndentGuides": "none",

fernandoescolar commented 2 years ago

You can already hide the ident guides (settings -> Workbench -> Appearance -> Tree: Render Ident Guides):

Screenshot 2022-10-14 at 09 48 49

BachiMjavanadze commented 2 years ago

@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.

fernandoescolar commented 2 years ago

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