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
I am using R in VSCode with languageserver on Win10. However, when I open a simple .R file like:
library(data.table)
list <- fread("test.txt")
list[, V2 := gsub("\xc3\x97", " x ", V2)]
list[, V2 := gsub("\ud7", " x ", V2)]
list[, V2 := gsub("\x8a", "S", V2)]
I get the error message "Connection to server got closed. Server will not be restarted." and "Client R Language Server: connection to server is erroring. read ECONNRESET"
I am not sure if there is a problem with individual settings on my system, but I have not come across any problem with that in my other code files. I was not able to reproduce the error on my Ubuntu machine.
The text was updated successfully, but these errors were encountered:
I am using R in VSCode with languageserver on Win10. However, when I open a simple .R file like:
I get the error message "Connection to server got closed. Server will not be restarted." and "Client R Language Server: connection to server is erroring. read ECONNRESET"
I am not sure if there is a problem with individual settings on my system, but I have not come across any problem with that in my other code files. I was not able to reproduce the error on my Ubuntu machine.
The text was updated successfully, but these errors were encountered: