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
Describe the bug
Code Runner cannot change the conda envs when the envs has been changed in VScode.
So, when I run Python codes with CR, the output shows that it cannot import the Module I have been installed.
And this situation can be avoided when the Python code is implemented in the terminal where the envs is activated.
I changed the Executor map. It shows nothing but an error of DLL when I run the code again.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
Description of what happened actually.
Expected behavior
Description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Code Runner cannot change the conda envs when the envs has been changed in VScode.
So, when I run Python codes with CR, the output shows that it cannot import the Module I have been installed.
And this situation can be avoided when the Python code is implemented in the terminal where the envs is activated.
I changed the Executor map. It shows nothing but an error of DLL when I run the code again.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
Description of what happened actually.
Expected behavior
Description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: