Skip to content

Commit a655f36

Browse files
authored
Advertise utf-32 support (#3958)
1 parent c409050 commit a655f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3549,7 +3549,8 @@ disappearing, unset all the variables related to it."
35493549
(defun lsp--client-capabilities (&optional custom-capabilities)
35503550
"Return the client capabilities appending CUSTOM-CAPABILITIES."
35513551
(append
3552-
`((workspace . ((workspaceEdit . ((documentChanges . t)
3552+
`((general . ((positionEncodings . ["utf-32", "utf-16"])))
3553+
(workspace . ((workspaceEdit . ((documentChanges . t)
35533554
(resourceOperations . ["create" "rename" "delete"])))
35543555
(applyEdit . t)
35553556
(symbol . ((symbolKind . ((valueSet . ,(apply 'vector (number-sequence 1 26)))))))

0 commit comments

Comments
 (0)