From 21b8ebf585498c0376e264f869ebeedb6ae4683a Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Sat, 6 Mar 2021 13:17:07 -0800 Subject: [PATCH] Indicate support for activeparameter * eglot.el (eglot-client-capabilities): Indicate :activeParameterSupport. Fixup of commit bdf57d5d4e888a6a7b4066b87497da8a8d9e36de. GitHub-reference: per https://github.com/joaotavora/eglot/issues/605 --- lisp/progmodes/eglot.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index f7632cb5996..14c0fbc5444 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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) -- 2.39.2