[folding] Incorrect indent level being folded #3425
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-folding
Editor code folding issues
important
Issue identified as high-priority
verified
Verification succeeded
Milestone
#2994
With this Java file:
Selecting line number 8 (
swap(array, j, j - 1)
) and hitting ctrl+shift+[ folds the wrong level:Adding another if statement within that
if
again folds 1 level above the correct level.The text was updated successfully, but these errors were encountered: