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
Hello,
I am not sure this is the right place to post this, but languageserver is giving me an error when I start VScode on a project with renv activated. This error does not prevent the functioning of the package but it pops out of VScode every time I open a project with renv. I have started to notice this error popping out since the latest update in VScode.
Here's the log of the error. I moved the json configuration that is logged to the attached file for readability. languageserver_error_log.log
R library paths: <path to project>/renv/library/R-4.1/x86_64-pc-linux-gnu
/home/myuser/.cache/R/renv/sandbox/R-4.1/x86_64-pc-linux-gnu/9a444a72
[2023-11-3009:51:34.600] connection type: stdio
[2023-11-3009:51:34.700] received: Content-Length: 5981
[2023-11-3009:51:34.738] received payload.
[2023-11-3009:51:34.738] handling request: initialize
[2023-11-3009:51:34.738] session: {<config file see attachment>}
[2023-11-3009:51:37.212] workspace initialize error: <callr_timeout_error/callr_error/rlib_error_3_0/rlib_error/error>
Error in `get_result(output = out, options)`:
! callr timed out
[2023-11-3009:51:37.592] deliver: ["Response", "Message", "R6"]
[Error - 09:51:37] Client R Language Server: connection to server is erroring.
Header must provide a Content-Length property.
{"- the project is out-of-sync -- use `renv":":status()` for details.\nContent-Length: 871"}
Hello,
I am not sure this is the right place to post this, but
languageserver
is giving me an error when I start VScode on a project withrenv
activated. This error does not prevent the functioning of the package but it pops out of VScode every time I open a project with renv. I have started to notice this error popping out since the latest update in VScode.Here's the log of the error. I moved the json configuration that is logged to the attached file for readability.
languageserver_error_log.log
System
languageserver
0.3.15renv
1.0.3VScode info :
R session info:
Thank you
The text was updated successfully, but these errors were encountered: