This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Description
Environment data
- VS Code version: 1.35.1
- Extension version (available under the Extensions sidebar): 2019.6.24221
- OS and version: Linux x64 5.1.16-1-MANJARO
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.7.3
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv
- Jedi or Language Server? (i.e. what is
"python.jediEnabled" set to; more info #3977): Language Server
Expected 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
- Set jediEnabled to false
- Create a class and declare a method
- Create a new class that inherit the previous one, and call method inherited from parent class
- Trigger go to definition