-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck in Reactivating terminals...
due to cached broken environment
#24301
Comments
@meganrogge do you know what causes this status bar item to appear? I can't find it searching the main repo for that string. |
@roblourens any ideas what could be adding this? Some extension? |
this is coming from python, I see it pretty often too. |
@roblourens What type of environment are you using? can you enable tracing and share the logs from Output > Python Locator? |
This was a caching issue. The bug seems to be that we don't re-set extension selection after we detect that the environment is not usable. Re-setting would force the extension attempt to find environments and select the most relevant one. Temporary solution: Use the command "Python: clear cache and reload" |
Reactivating terminals...
due to cached broken environment
It might be related to my settings. For example, my old setting had "python.defaultInterpreterPath": "D:\ProgramData\miniconda3\python.exe". However, I later reinstalled Python in a different location, which is probably why this issue happens. |
In my vscode-copilot workspace, I have this status bar spinner that never goes away
I see this in the Terminal log when the window starts
The text was updated successfully, but these errors were encountered: