You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Environment data
"python.jediEnabled"set to; more info #3977): Language ServerExpected behaviour
When go to definition of inherited method, It should find the definition of method inherited from parent class
Actual behaviour
When go to definition, it show that no definition found (but the autocomplete work well):


But when I set jediEnabled to true, It works well as expected.
Actual behaviour