You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: