This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
go to definition not work for system libs #1747
Labels
duplicate
This issue or pull request already exists
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version vscode-python#3977): Language ServerExpected behaviour
e.g: In builtin
socketserver
, when ctrl+click on theUDPServer
in sentenceclass ThreadingUDPServer(ThreadingMixIn, UDPServer): pass
, vsc should bring me to UDPServer definition, but it notActual behaviour
As descripted in Expected behaviour, but Jedi worked in that situation
Steps to reproduce:
class TestServer(socketserver.ThreadingTCPServer): pass
Logs
seems got no error
no output in
Developer Tools
panelThe text was updated successfully, but these errors were encountered: