Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid
Illegal :UTF-8 character starting at position ...
error
There are cases where typescript-language-server returns output that cannot be parsed as utf-8. ``` "sortText":"ï¿¿12\u0000msTextAutospace\u0000" ``` To avoid this problem, we will process the data as a byte string rather than a string.
- Loading branch information