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
Ensure the option is unchecked by default
a. Check there is type information in below example
Custom Typeshed path
a. git clone https://github.com/python/typeshed, enter the local path on disk where you cloned the repository
b. open typeshed/stdlib/sys.pyi
Environment

Steps to Reproduce
a. Check there is type information in below example
a. git clone https://github.com/python/typeshed, enter the local path on disk where you cloned the repository
b. open typeshed/stdlib/sys.pyi
Expected behavior


It should now report e3 as being a version info instance
Actual result

The type information with no change.