git clean
in a python project triggers invalid python notification
#23815
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
In this scenario there is an existing valid environment (created with a .gitignore in it). and performing
git clean
removes that environment. This causes python extension to detect that the environment has changed. Python extension then tries to look up info to get data on the environment. But there is no environment and that leads to invalid environment notification.The text was updated successfully, but these errors were encountered: