Go to definition when you're working on CPython itself · Issue #650 · microsoft/pylance-release

I sometimes use VS Code to debug parts of the CPython stdlib (the parts written in Python). This works great until I hit F12 to go to the definition of a stdlib function in a different module, sinc...