vscode-R
vscode-R copied to clipboard
Creating R terminal wants to source python venv inside R session
If a python environment is set for the workspace, when launching the R terminal there is an attempt to activate the virtual python environment inside the R REPL. This can be disabled with "python.terminal.activateEnvironment": false but I don't want to disable it globally, just inside R where it makes no sense.
To Reproduce
- Set a python venv for the workspace
- Run the Create R terminal command
Can you fix this issue by yourself? (We appreciate the help)
No