Adam Yoblick

Results 100 comments of Adam Yoblick

@ttspace I think this is an issue with the VS installer not cleaning up registry keys properly. We've seen things like this in the past. Can you verify that the...

I don't see the exact same error message from pylance, but I AM able to repro the `Python was not found` messages, even though the environment is able to be...

I was having some trouble reproing this, but I finally did hit the freeze you mentioned here. Will investigate :)

Thank you 😄 The bug actually repros in non-conda environments too, it seems to be an issue with the way PTVS invokes IPython interactive mode. I don't believe we changed...

Adding some investigation notes here: When committing a command in the interactive window, the file that gets executed is `C:\Users\\AppData\Local\Microsoft\VisualStudio\\Extensions\Microsoft Corporation\Python\17.0.0\ptvsd_repl_launcher.py`. The argument that specifies IPython interactive mode is `--execution-mode=ptvsd.repl.ipython.IPythonBackend`...

Also, internal docs for how to debug the repl window are at https://microsoft.sharepoint.com/teams/python/_layouts/15/Doc.aspx?sourcedoc={30d33826-9f98-4d3e-890e-b7d198bbbcbe}&action=edit&wd=target%28Python%20VS%2FDev%20Docs.one%7Cd7206ce2-cf40-437b-8ce9-1e55f4bc2f44%2FDebug%20Python%20Interactive%20%28REPL%5C%29%20Window%7Ce793aeb1-1342-4fee-8f48-7bccf82cdbbc%2F%29&wdorigin=703

Related to https://github.com/microsoft/PTVS/issues/6885 as well as a few other bugs we have open. Not sure if these are literally duplicates, but they are very similar. The parser doesn't recognize what...

*bump* I just ran into this myself. Is anyone able to take a look at this? Thanks!

Hello, are you able to provide a code sample so we can have an easy repro to investigate?