vscode-explicit-folding icon indicating copy to clipboard operation
vscode-explicit-folding copied to clipboard

Autofold vs. manual fold

Open SG-A47 opened this issue 2 years ago • 3 comments
trafficstars

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

SG-A47 avatar Feb 13 '23 08:02 SG-A47