-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
see https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#textDocuments
The offsets should be based on a UTF-16 string representation, however this extension used UTF-8.
The length of emoji in UTF-16 is 2 while in UTF-8 is 1, which makes incorrect offsets calc.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request