branch: externals/eglot
commit 47f8581434f5f853ff209538e5ee6e752f741d3c
Author: Brian Leung <[email protected]>
Commit: GitHub <[email protected]>
Per #605: indicate support for activeParameter
* eglot.el (eglot-client-capabilities): Indicate :activeParameterSupport.
Fixup of commit 1f2b0241ca24d78edbd146d17daef6a0e6b2e4f3.
---
eglot.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index f7632cb..14c0fbc 100644
--- a/eglot.el
+++ b/eglot.el
@@ -569,7 +569,8 @@ treated as in `eglot-dbind'."
:signatureHelp (list :dynamicRegistration :json-false
:signatureInformation
`(:parameterInformation
- (:labelOffsetSupport t)))
+ (:labelOffsetSupport t)
+ :activeParameterSupport t))
:references `(:dynamicRegistration :json-false)
:definition `(:dynamicRegistration :json-false)
:declaration `(:dynamicRegistration :json-false)