-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hex code '\a0' crashes language server #661
Comments
+1 Just having
The exact line is:
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup:
Workspace containing a single file named "test.R" with content:
'\xa0'
Error:
Having this file open and reloading the vscode windows produces the following Error messages:
"Connection to server got closed. Server will not be restarted."
(Source: R)"Client R Language Server: connection to server is erroring. read ECONNRESET"
(Source: R)R Language Server output channel contains:
Notes:
I could not reproduce using wsl.
The file name does not seem to be the issue, the error does not occur with different file contents.
If I start with an empty file and add the text
'\xa0'
, the languageserver usually does not crash and features likeGo to Definition
work on the following:The text was updated successfully, but these errors were encountered: