From a8de495482c2bb7b35f64a74cc7a630131df48ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Fri, 20 Nov 2020 18:22:10 -0500 Subject: [PATCH] Enable code folding results aggregation --- pyls/hookspecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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