Jake Bailey
Jake Bailey
We haven't had the bandwidth to properly investigate and reproduce this, sorry. The LS is supposed to be watching its parent process to know when to exit, and VS Code...
Requires #1371, as we vendor a copy of typeshed (and it hasn't been updated in a while due to compatibility problems).
Did you read the troubleshooting guide? https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#unresolved-import-warnings
"Previous tool"? What do you mean?
Jedi's import resolution is much more forgiving than Python itself, and will resolve imports potentially when they won't actually work (by searching in higher directories, or next to each file)....
Relative imports should work fine; if that's what your issue is with then that'd be good to see. You haven't provided a layout or code, so it's hard to tell....
No, that's probably #395. The new LS hasn't reimplemented that diagnostic yet, either way, so I'd be hoping to implement it without these bugs (in a less hacky way).
> What is curious is that: on the Python Interactive Tab, the IntelliSense (autocomplete) works fine, for the same object. This example is in the same figure below. The interactive...
If you have this issue, please provide a test project we can look at to try and reproduce with, otherwise we don't have anything to go off of.
You should be able do that; that's the intention of the feature. The language server should allow you to do this, and it is a bug if it cannot. From...