Kun Ren
Kun Ren
Thanks for your detailed reply! My use case is that the datasets are independent (different number of rows and columns). It would be nice if it is made more powerful...
I tested with v0.8.6 and reading a partially copied file seems to hang forever. With prior versions, it may also crash.
You might try installing the vsix from https://github.com/renkun-ken/vscode-R/actions/runs/334838489 and see if it works now.
It should work if you enable `r.session.emulateRStudioAPI` is enabled in vscode settings.
Looks like the temp dir is not writable?
@pat-s Does #1259 help resolve the problem? The help pages could show development version of help pages in an editor tab, just like help pages.
Completion and hover are improved to support recursive `$` and `@`.
>Would it be worth allowing the socket ip address to be set by the user? Currently it's set to 127.0.0.1. Is there a use case for setting an ip other...
>In 99% of situations, I'd say no, unless for whatever reason only IPv6 is allowed. Good catch. Didn't think of/meet such scenario before. I'm curious how other R packages that...