randy3k / radian

A 21 century R console
MIT License
1.99k stars 75 forks source link

Vscode attach radian failed. #341

Open hanguojun007 opened 2 years ago

hanguojun007 commented 2 years ago

I use windows ssh Ubuntu, then open the vscode in windows. set the parameter right, I can use radian rightly in terminal, but not in vscode.

randy3k commented 2 years ago

We need more information to diagnosis your case.

hanguojun007 commented 2 years ago

I use conda create a R env. then conda install r=4.1, conda install radian. in the terminal , i can use radian by radian, but it does not work when i click the button, the terminal show .vsc.attach().

eitsupi commented 2 years ago

I wonder if you did set the radian's correct path. https://github.com/REditorSupport/vscode-R/wiki/Installation:-Linux#radian

{
  "r.bracketedPaste": true,
  "r.rterm.linux": "/home/user/.local/bin/radian"
}
hanguojun007 commented 2 years ago

I wonder if you did set the radian's correct path. https://github.com/REditorSupport/vscode-R/wiki/Installation:-Linux#radian

{
  "r.bracketedPaste": true,
  "r.rterm.linux": "/home/user/.local/bin/radian"
}

En , i install the radian and R in conda envs , parameters have been setted as you show .