oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

[JVSC-249] Fix code folding in VS Code due to line-only folding limitation #269

Closed sid-srini closed 2 months ago

sid-srini commented 2 months ago

Added the draft NB PR apache/netbeans#7750 diff which allows supporting LSP clients which have line-only folding support.

Closes #249