vscode-explicit-folding
vscode-explicit-folding copied to clipboard
Autofold vs. manual fold
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