Adam Yoblick
Adam Yoblick
Thank you for the information everyone. I've spoken with the Visual Studio team and this is actually happening in some other languages as well, so we believe this is not...
Apologies, there was some confusion around where this bug actually is and who owns it. This is my current task and I will get it fixed one way or another...
We looked into this further and the bug seems to be in an external team. We've spoken to the team and the bug now has proper ownership. I will stay...
@bschnurr I don't know enough about this to comment. Should we reach out to Eric?
I will be looking at this along with https://github.com/microsoft/PTVS/issues/6758 at the same time. Sounds like we need to update miniconda in VS 16.11 to a version with openssl 1.1.1L. Miniconda...
I have a different error when trying to create a new django web project:  This is because `C:\Users\advolker\AppData\Local\Microsoft\VisualStudio\17.0_51669e98Exp\Extensions\Microsoft Corporation\Python - Django\16.0.0` does not exist. The path should end with...
We had an assembly load error because we weren't building nor publishing a vsix that had helper methods in it which were dependencies of some of the integration tests. I...
Sounds like this is a bug in the LSP client and not ours to fix. Waiting on confirmation before closing this out.
This is due to a limitation in LSP. We have to wait for a future version of LSP for this to be fixed. See https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1378352 for more information.
I looked at the options for other languages (C#, etc...) and they do seem to support options that limit intellisense and autocomplete. Pylance doesn't currently support this, so maybe that's...