Skip to content

Commit

Permalink
Make LSP completions resolve capabilities more spec-compliant
Browse files Browse the repository at this point in the history
# Conflicts:
#	lsp-mode.el
  • Loading branch information
SomeoneToIgnore committed Nov 22, 2024
1 parent 73ad089 commit 12f08d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3775,9 +3775,7 @@ disappearing, unset all the variables related to it."
(insertReplaceSupport . t)
(deprecatedSupport . t)
(resolveSupport
. ((properties . ["documentation"
"detail"
"additionalTextEdits"
. ((properties . ["additionalTextEdits"
"command"
"insertTextFormat"
"insertTextMode"])))
Expand Down

0 comments on commit 12f08d1

Please sign in to comment.