vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Executable name is resolved as relative terminal path

Open haselwarter opened this issue 2 years ago • 2 comments

The code in #1398 resolves paths too eagerly as "relative". In particular, a bare executable name such as radian is taken to be a relative path and looked up in the current working directory instead of in $PATH (this should only happen for ./radian).

haselwarter avatar Oct 11 '23 18:10 haselwarter

I think we might need switch to using ${workspaceFolder} in these settings to represent the current workspace folder to resolve problems like this.

cc @Tal500

renkun-ken avatar Oct 17 '23 02:10 renkun-ken

I think we might need switch to using ${workspaceFolder} in these settings to represent the current workspace folder to resolve problems like this.

cc @Tal500

I'm up to whatever you're suggesting

Tal500 avatar Oct 17 '23 05:10 Tal500