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

Creating R terminal wants to source python venv inside R session

Open memeplex opened this issue 2 years ago • 0 comments

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

  1. Set a python venv for the workspace
  2. Run the Create R terminal command

Can you fix this issue by yourself? (We appreciate the help)

No

memeplex avatar Nov 13 '23 13:11 memeplex