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

No completions for sys.exc_info with latest typeshed #434

@huguesv

Description

@huguesv

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions