-
Notifications
You must be signed in to change notification settings - Fork 285
Goto definition does not work, when you want to jump from a package in virtualenv into a submodule #226
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
Comments
@diefans can you paste more of the log? Ideally running pyls with |
The
|
I can't seem to re-create this error with the VSCode client. Which client are you using? As you say, it seems to be missing the |
I am using neovim with https://github.com/autozimu/LanguageClient-neovim |
My issue seems fixed so far. Thanks! |
Steps to reproduce:
Apparently the
put_document
resp.m_text_document__did_open
is not called (only for sources installed in my virtual env, my development files are working), where I have no clue how this is invoked...I am using neovim with LanguageClient-neovim plugin
The text was updated successfully, but these errors were encountered: