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

Description
With the bundled typeshed on Python 3, you get completions/info tips on these variables:
import sys
e1, e2, e3 = sys.exc_info()
But if you clone latest typeshed and make vscode use that (I overwrote the languageSever.x.y.z/Typeshed folder) then you no longer get completions/info tips.
microsoft/PTVS#4877