From e2db57f694623f27983cb846bc98e4d1e0e94c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Tue, 2 Jul 2024 12:37:00 +0200 Subject: [PATCH] remove noActiveParameterSupport": False --- plugin/core/sessions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/core/sessions.py b/plugin/core/sessions.py index 635c106a6..ccb30b429 100644 --- a/plugin/core/sessions.py +++ b/plugin/core/sessions.py @@ -330,7 +330,6 @@ def get_initialize_params(variables: dict[str, str], workspace_folders: list[Wor "contextSupport": True, "signatureInformation": { "activeParameterSupport": True, - "noActiveParameterSupport": False, "documentationFormat": supported_markup_kinds, "parameterInformation": { "labelOffsetSupport": True