diff --git a/pyls/hookspecs.py b/pyls/hookspecs.py index 21f2006e..5f30cd08 100644 --- a/pyls/hookspecs.py +++ b/pyls/hookspecs.py @@ -67,7 +67,7 @@ def pyls_experimental_capabilities(config, workspace): pass -@hookspec(firstresult=True) +@hookspec def pyls_folding_range(config, workspace, document): pass