Jake Bailey

Results 1405 comments of Jake Bailey

This is the repo for MPLS, which is that process, yes. The Python extension only runs it (but the code does not live there). MPLS still works for many people...

Consider trying https://github.com/microsoft/pylance-release instead, which includes full typing support and includes stubs for pandas.

You have a `src` directory. Have you set `extraPaths` as in our troubleshooting doc? https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#unresolved-import-warnings

It's not a straightforward problem, `src` may be a common import root, but there are many others. microsoft/vscode-python#924 is related. Reducing the configuration required in these situation is of course...

If it were that simple, we'd probably be doing it, but that's unfortunately not how Python's going to go load the code either. - The way modules are laid out...

> Some are imported but, when I try to go to the Definition, it takes me to the init.py file in the package (Jedi takes me to the actual definition)....

That original example doesn't work, no... It's using a VS Code workspace to make a project appear to have a folder called myLib, when it actually doesn't. VS Code tells...

That is unrelated. See #1345. Check your language server version, it may be fixed in 0.3.46+. In any case, #1345 is the place to help us pin that issue down....

Those are the VS Code debug logs, not the language server logs. We would need the language server logs. https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#filing-an-issue

No, we just haven't had time to test and repro this. The logs do indicate it getting stuck at the end, similarly to a few other reported issues.