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
Folding is still not working as I would expect. Consider this example:
If L328 gets folded, I would expect to see an empty newline and the # Slow API handler comment line.
Folding eats both of those lines. This is primarily an issue for the comments, since it hides a lot of comments that are used to create some organizational separation within files.
Describe the bug
When using this code, folding does not work as expected:
Expected Behavior
When clicking the carret before
FirstDictFirstKey
, only the things under FirstDictFirstKey should be foldedCurrent Behavior
One line extra collapses.
SecondDict
will dissapear.Steps to Reproduce
FirstDictFirstKey
Note: Removing the list from the file makes this behavior stop.
Environment
The text was updated successfully, but these errors were encountered: