-
Notifications
You must be signed in to change notification settings - Fork 676
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
All environments disappeared, cannot add any #944
Comments
That's a strange crash, but it looks like some files have become corrupted. Under Programs and Features you should be able to see Python Tools for Visual Studio (even though it was installed with VS). If you run the Repair operation through that there's a good chance it will come back. |
I did it, but issues remain. Even uninstall/reinstall Visual Studio does not help. |
Can you open Tools, Python Tools, Diagnostic Info and post the contents as a gist or to ptvshelp@microsoft.com? |
@zooba Sure. Here you are https://gist.github.com/catusf/d88eed0dd7e5df51f236 |
Looks like that crash you mentioned managed to save some invalid data into the registry. Every time we reload it, it breaks again and so we fail to load the bits we need to manage custom environments. You'll need to open Registry Editor and find I'll look into making this more robust for our next update so it can't happen accidentally. |
Switch to non-throwing function for path processing. Corrects detection of ability to launch interpreter.
I deleted the key, and it works like a charm. Thanks so much. |
Today when I triedto add a custom environment, VS crashed. When I restart VS, all environments disappeared, VS can no longer detect or add any environments.
How do I add an environment now?
My setup
The text was updated successfully, but these errors were encountered: