langserver-swift icon indicating copy to clipboard operation
langserver-swift copied to clipboard

Use International Components for Unicode (ICU) to parse line breaks

Open RLovelett opened this issue 6 years ago • 0 comments

I am trying to improve the robustness of the selection(startAt:,length:) and byteOffset(at:) which had a tendency to not be able to translate positions over time.

[Error - 1:51:10 PM] Request textDocument/completion failed.
  Message: Could not find the text in the source file.
  Code: -32098 
[Error - 1:51:21 PM] Request textDocument/completion failed.
  Message: Could not find the text in the source file.
  Code: -32098 
[Error - 1:51:23 PM] Request textDocument/completion failed.
  Message: Could not find the text in the source file.
  Code: -32098

These errors.

RLovelett avatar May 30 '18 15:05 RLovelett