Skip to content

Commit

Permalink
fix: use utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Oct 5, 2024
1 parent bb6ed14 commit 56f1430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl LanguageServer for Backend {
},
)),
document_symbol_provider: Some(OneOf::Left(true)),
position_encoding: Some(PositionEncodingKind::UTF8),
..Default::default()
},
..Default::default()
Expand Down

0 comments on commit 56f1430

Please sign in to comment.