Skip to content

Commit 63e1d6f

Browse files
committed
Remove clangd-specific offsetEncoding capability in alsp
It is deprecated, clangd now also uses positionEncodings.
1 parent c91d5fd commit 63e1d6f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/alsp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,6 @@ json_t *capabilities(void) {
614614
"general", OBJ(
615615
"positionEncodings", ARR(
616616
JSON(string, "utf-8"))),
617-
"offsetEncoding", ARR(
618-
JSON(string, "utf-8")),
619617
"textDocument", OBJ(
620618
"completion", OBJ(
621619
"contextSupport", JSON(true)),

0 commit comments

Comments
 (0)