We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c409050 commit a655f36Copy full SHA for a655f36
lsp-mode.el
@@ -3549,7 +3549,8 @@ disappearing, unset all the variables related to it."
3549
(defun lsp--client-capabilities (&optional custom-capabilities)
3550
"Return the client capabilities appending CUSTOM-CAPABILITIES."
3551
(append
3552
- `((workspace . ((workspaceEdit . ((documentChanges . t)
+ `((general . ((positionEncodings . ["utf-32", "utf-16"])))
3553
+ (workspace . ((workspaceEdit . ((documentChanges . t)
3554
(resourceOperations . ["create" "rename" "delete"])))
3555
(applyEdit . t)
3556
(symbol . ((symbolKind . ((valueSet . ,(apply 'vector (number-sequence 1 26)))))))
0 commit comments