You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I should not have to provide the full path to radian in order to use it as the console
Describe the solution you'd like
I have radian available on PATH, vscode should just be able to use it without pointing directly to it, like it currently does transparently, for R if I don't specify r.rterm.linux
The command provided in r.rterm.linux should try to execute the command using the system PATH if an absolute path is not specified.