-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add setting to default to recursive directory collapsing #231684
base: main
Are you sure you want to change the base?
Add setting to default to recursive directory collapsing #231684
Conversation
@microsoft-github-policy-service agree |
It would seem redundant to me to have the Alt behaviour remain as-is when this is enabled - why not have this option swap which behaviour requires Alt? That'd mean with recursive-as-default enabled, holding Alt would then cause a non-recursive collapse, whereas with this option disabled, the inverse is true. |
I like that suggestion! Just to clarify the behaviour, could you please let me know if this is what you were thinking? Current default behaviour:
Video (collapse, open, ALT collapse, open, collapse, ALT open) Settings.-.Pulse.-.Code.-.Oss.Dev.2025-01-06.14-13-33.mp4My current implementation of the setting simply changes collapse to do the same as ALT collapse when enabled. By inverting ALT for collapse we would do the following:
Opening folders would stay the same as it wouldn't make much sense to always open the folders recursively again. Is that correct? |
sudo cp -f ~/ufw.backup/*rules /etc/ufw |
Yep! That's pretty much what I had in mind. |
Closes #224267 - Always collapse directories recursively