Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Code analysis in progress but doesn't start #1848

Closed
rvanlaar opened this issue Dec 20, 2019 · 1 comment
Closed

Code analysis in progress but doesn't start #1848

rvanlaar opened this issue Dec 20, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@rvanlaar
Copy link

Environment data

  • Language Server version: 0.5.10.0
  • OS and version: Ubuntu 19.10
  • Python version (& distribution if applicable, e.g. Anaconda): Poetry Python 3.6.9

Expected behaviour

Jump to definition of code when pressing F12.

Actual behaviour

Jump to code when that code is 1 step away from my own code, but no further.
Example:
I can jump to the Django settings on this line:
from django.conf import settings

Which jumps me to django/conf/init.py: ````settings = LazySettings()```
But I can't jump further to LazySettings

When I have the __init__.py open , then close VSCode and reopen VSCode,
then it works as expected. However I can only jump to all things referenced in
the __init__.py and not further.

It works as expected when I have "python.jediEnabled": true in my settings.json

Logs

Log output: https://gist.github.com/rvanlaar/c897c885d5d5a128fc0edefef4e189a8

Code Snippet / Additional lnformation

bug-vscode

This is the repository and all settings used:
https://github.com/rvanlaar/bug-vscode

@jakebailey
Copy link
Member

Duplicate of #840. This is currently by design; we don't store information for all features in library code.

@jakebailey jakebailey added the duplicate This issue or pull request already exists label Dec 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants