REditorSupport / vscode-R

R Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
MIT License
1.06k stars 125 forks source link

Conda activate before running the terminal #1405

Open toxintoxin opened 1 year ago

toxintoxin commented 1 year ago

We have two ways to activate radian, but it seems they are not the same, is it because the first method does not activate the conda envs, but apparently the second method has two more steps.
image

image

image

This is my settings.json

[
    "r.bracketedPaste": true,
    "r.plot.useHttpgd": true,
    "r.rpath.linux": "/home/toxin/anaconda3/envs/r431/bin/R",
    "r.rterm.linux": "/home/toxin/anaconda3/envs/r431/bin/radian",
    "r.rterm.option": [
        "--no-site-file",
        "--r-binary=/home/toxin/anaconda3/envs/r431/bin/R"
]
github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 365 days with no activity.