-
Notifications
You must be signed in to change notification settings - Fork 30
Description
After updating the Python extension yesterday, when running a normal Python program, the terminal reported an error once because my conda environment could not be activated. After that, I could run the program normally by directly specifying the conda environment as before. I tolerated this small error, but it also caused me to be unable to find the conda environment at all when executing the fastapi dev d:/work/Code/backend/main.py command in the terminal, while it was normal before. I checked the change log of vscode and found that the newly installed Python Environments extension caused the above problem. I think these are very basic functions. I don’t know why this extension was put on the shelves without being fully tested. It is completely a half-finished product. I hope it can be fixed as soon as possible.