You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
OS: Windows 10 2004
VSCode Version: 1.46.1
R Version: 4.0.2
vscode-R version: 1.4.2
Additional context
vscode-python version: 2020.6.90262
using Radian as the rterm
The text was updated successfully, but these errors were encountered:
hongooi73
changed the title
Starting R terminal when Python code is in the folder causes problems
Starting R terminal with Python extension loaded causes problems
Jun 25, 2020
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)
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: