Skip to content

Commit

Permalink
remove noActiveParameterSupport": False
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jul 2, 2024
1 parent 740420c commit e2db57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/core/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2db57f

Please sign in to comment.