You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments