Skip to content
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

Autofold vs. manual fold #98

Open
SG-A47 opened this issue Feb 13, 2023 · 3 comments
Open

Autofold vs. manual fold #98

SG-A47 opened this issue Feb 13, 2023 · 3 comments

Comments

@SG-A47
Copy link

SG-A47 commented Feb 13, 2023

Hi,

with option autofold: true, I can fold every region.
When I set autofold: false, everthing is unfold again.
But when I fold some regions manually, they stay folded no matter option autofold is set.
How can I unfold all regions, even the manually folded ones?
Here are the options in work:
"editor.foldingStrategy": "auto",
"editor.defaultFoldingRangeProvider": "zokugun.explicit-folding",
"workbench.colorTheme": "Blackboard",
"editor.showFoldingControls": "always",
"notebook.showFoldingControls": "always",
"editor.folding": true,
"explicitFolding.debug": false,
"explicitFolding.wildcardExclusions": ["cobol"],
"explicitFolding.delay": 0,

Regards

@daiyam
Copy link
Member

daiyam commented Feb 13, 2023

@SG-A47
Copy link
Author

SG-A47 commented Feb 13, 2023

Don´t runs in hlasm-code.

@SG-A47
Copy link
Author

SG-A47 commented Feb 13, 2023

May be Default folding Range Provider is Explicit Folding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants