Results 1045 comments of Randy Lai

Are u using the latest version of languageserver? There is a bug in the previous version preventing the settings to pass over to the server.

Could you enable debug mode and post the log? One way to do it is to consider the following option in .Rprofile ``` options(languageserver.debug = TRUE) ``` You also need...

You are still missing the debug log from languageserver. Make sure to capture stderr of the server in the client. Additionally, I don't see any error in the log.

This is what I wanted. ``` [2021-12-02 15:10:04.056] received: Content-Length: 116294 [2021-12-02 15:10:04.096] error handling json: Error: lexical error: invalid char in json text. ~ scale(.x),\n .n{"jsonrpc":"2.0","method":"textDo (right here) ------^...

It is interesting. We could definitely keep an eye on it. I would be happy to merge it into master if we make it optional and clearly state that it...

I think we should have an option to turn it off even the package is installed. Perhaps an option like `languageserver.diagnostics_type_check = FALSE`. And users need to opt in specifically.

It should be an easy pick https://github.com/REditorSupport/languageserver/blob/master/R/completion.R#L65.

What `document` were you referring to?