Kun Ren
Kun Ren
What if we accept multiple paths in `r.term.xxx`? User could specify a single path (currently supported) or multiple paths separated by `;`. If multiple paths are specified, then "R: Create...
>I'd also suggest implementing the same mechanism for r.path.xxx. If multiple paths are specified in `r.path.xxx`, then starting background processes (e.g. R help, language server) should prompt?
I was thinking about exactly the same thing as @ElianHugh suggests.
Thanks for your suggestion! As the session watcher implementation is still evolving quickly, we still need an easy way to ensure the client is using the latest compatible init script...
Does it still occur if you install the latest httpgd from CRAN or github?
I cannot reproduce the problem on Windows, macOS and Linux.
Thanks for raising this. This is definitely a useful feature. It looks like a simplified notebook UI. I guess the R kernel to support it could be mostly shared with...
This also resolves #440 and #594 so that we don't need to write just another communication protocol to interact with an R session.
Does the file have language `rmd` instead of `r`? Could you install the latest languageserver which included https://github.com/REditorSupport/languageserver/pull/511?