Skip to content

Commit 6c75b35

Browse files
authored
Enable code folding results aggregation (#888)
1 parent 7a98c2c commit 6c75b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/hookspecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def pyls_experimental_capabilities(config, workspace):
6767
pass
6868

6969

70-
@hookspec(firstresult=True)
70+
@hookspec
7171
def pyls_folding_range(config, workspace, document):
7272
pass
7373

0 commit comments

Comments
 (0)