Skip to content

Commit

Permalink
fix: revert "fix: request utf8 encoding (#419)"
Browse files Browse the repository at this point in the history
This reverts commit edd5a2a.
  • Loading branch information
mhanberg committed Apr 19, 2024
1 parent e14a611 commit c21cda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ defmodule NextLS do
{:reply,
%InitializeResult{
capabilities: %ServerCapabilities{
position_encoding: GenLSP.Enumerations.PositionEncodingKind.utf8(),
text_document_sync: %TextDocumentSyncOptions{
open_close: true,
save: %SaveOptions{include_text: true},
Expand Down

0 comments on commit c21cda6

Please sign in to comment.