ddzhang3
ddzhang3
> There is a bug on detecting vdjtools format. > > I believe that the problem is on the file `io.R`, line 546: > `} else if (str_detect(tolower(l), "cdr3nt") &&...
The R is installed using --prefix=/the/R/bin/location with the remaining setting leave as it is. I turn the r.lsp.debug on: "r.lsp.debug": true And the output from the R language server is...
Thank you. It seems to work, but the suggestion for the function comes rather slowly, usually after >= 1 min. And when I meant to type "t.test" the "R language...
The hover feature is a litter faster than autocompletion, yet slower than on the local machine. I think you are right, the network is slow when transferring between local and...
Last question maybe not associated with r language server: the vscode remote-ssh logins into the _login_ node rather than _compute_ node in our department cluster, while the computation using R...
They don't send commands each other. In our cluster settings, we logon to the login node through "ssh -Y user@remoteserver" using iterm2, and then we can switch to compute node...
https://renkun.me/2019/12/26/writing-r-in-vscode-interacting-with-an-r-session/ How the ggplot and basic plots are shown in your blog? Is this on a remote-ssh ? looks terrific
@MilesMcBain Yes, it seems to work without obvious pause after I start the radian console for a while, maybe half hour later. However, the pause appears again in the next...
I came across the related problem, under macOS 10.15.7 + VS code 1.54.3 + Remote X11 1.5.0. Firstly, when I login the remote server through different terminal windows, the `DISPLAY`...