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
…ation
Added the backport of the in-review NB PR 7750 diff which allows supporting LSP clients
which have line-only folding support.
- This is the case of VS Code as referenced in microsoft/vscode#50840.
Closesoracle#249
Signed-off-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
If-else statement folding on if should either stop at else or at the end of else.
The following screenshots demonstrate the issue,
After collapse the if-else statement, what was shown is actually the else block, this is confusing.
The text was updated successfully, but these errors were encountered: