We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82012e8 commit 6cbefe2Copy full SHA for 6cbefe2
packages/language_server/src/robotcode/language_server/robotframework/parts/folding_range.py
@@ -26,7 +26,7 @@ class _Visitor(Visitor):
26
def __init__(self, parent: RobotFoldingRangeProtocolPart) -> None:
27
super().__init__()
28
self.parent = parent
29
- self.line_folding_only = True
+ self.line_folding_only = False
30
if (
31
self.parent.parent.client_capabilities
32
and self.parent.parent.client_capabilities.text_document
0 commit comments