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.
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.
With the bundled typeshed on Python 3, you get completions/info tips on these variables:
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
The text was updated successfully, but these errors were encountered: