[Folding] CSS/Less/SCSS Regions Don't Work With Syntax Aware Folding #48689
Labels
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
Issue Type: Bug
Adding
/* #region */
and/* #endregion */
markers to CSS, Less, or SCSS files does not enable folding for those regions.This only applies when
"editor.foldingStrategy"
is set to"auto"
. When it is changed to"indentation"
, folding works as expected.Reproduced with all extensions disabled.
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T17:28:16.777Z)
OS version: Windows_NT ia32 10.0.16299
The text was updated successfully, but these errors were encountered: