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
Labels
duplicate
This issue or pull request already exists
Environment data
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.jsonLogs
Log output: https://gist.github.com/rvanlaar/c897c885d5d5a128fc0edefef4e189a8
Code Snippet / Additional lnformation
This is the repository and all settings used:
https://github.com/rvanlaar/bug-vscode
The text was updated successfully, but these errors were encountered: