Describe the bug
I'm not sure whether this is a bug with the R or Python extension, or both.
When I run the "Create R terminal" command, and the Python extension is active, I end up with extraneous text in the terminal pane.
To Reproduce
Steps to reproduce the behavior:
This results in the following text being sent to the terminal (it's used by the Python extension)
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Platform: x86_64-w64-mingw32 (64-bit)
r$> C:/Users/hongo/Miniconda3/Scripts/activate
Error: unexpected '/' in "C:/"
r$> conda activate base
Error: unexpected symbol in "conda activate"
r$>
Environment (please complete the following information):
Additional context
Hi @hongooi73, this is caused by the Python extension. I created an issue for it: https://github.com/microsoft/vscode-python/issues/11963
Most helpful comment
Hi @hongooi73, this is caused by the Python extension. I created an issue for it: https://github.com/microsoft/vscode-python/issues/11963