Add option to collapse directory subtree recursively on mouse click #40050
AndreyZlobin
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add a setting to collapse directory subtrees recursively when clicking on an expanded directory in the project panel.
Current Behavior
When clicking on an expanded directory in the project panel, only the directory itself collapses, but its child directories remain expanded. This means that when you expand the directory again, all previously expanded subdirectories are still open.
Desired Behavior
Add a setting that allows directories to collapse recursively (including all subdirectories) when clicked with the mouse.
Proposed Solution
Add a new setting in
settings.json
:Beta Was this translation helpful? Give feedback.
All reactions