Closed
Description
Hello, I would really like to see support for #region
folding for Puppet manifests, as described here:
microsoft/vscode-python#33
This is supported out-of-box by VSCode and only a minor change is required to make it work it with Puppet manifests:
"folding": {
"offSide": true,
"markers": {
"start": "^\\s*#region\\b",
"end": "^\\s*#endregion\\b"
}
}
The code is taken from aforementioned issue and tested locally.
Metadata
Metadata
Assignees
Labels
No labels