Skip to content

Commit c21cda6

Browse files
committed
fix: revert "fix: request utf8 encoding (#419)"
This reverts commit edd5a2a.
1 parent e14a611 commit c21cda6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/next_ls.ex

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ defmodule NextLS do
133133
{:reply,
134134
%InitializeResult{
135135
capabilities: %ServerCapabilities{
136-
position_encoding: GenLSP.Enumerations.PositionEncodingKind.utf8(),
137136
text_document_sync: %TextDocumentSyncOptions{
138137
open_close: true,
139138
save: %SaveOptions{include_text: true},

0 commit comments

Comments
 (0)