Skip to content

Commit

Permalink
fix: request utf8 encoding (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Apr 16, 2024
1 parent b9b67bd commit edd5a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ 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 edd5a2a

Please sign in to comment.