Skip to content

Commit

Permalink
Make LSP completions resolve capabilities more spec-compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore committed Nov 12, 2024
1 parent a49b386 commit b4eabdd
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 @@ -3768,9 +3768,7 @@ disappearing, unset all the variables related to it."
(insertReplaceSupport . t)
(deprecatedSupport . t)
(resolveSupport
. ((properties . ["documentation"
"detail"
"additionalTextEdits"
. ((properties . ["additionalTextEdits"
"command"])))
(insertTextModeSupport . ((valueSet . [1 2])))))
(contextSupport . t)
Expand Down

0 comments on commit b4eabdd

Please sign in to comment.