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
Recognize the existence of the typeshed package of type stub files and use it to supplement existing IntelliSense information.
This interacts closely with #82, which provides support for generic type stub files. However, this particular task is complete when we detect and handle sub-paths for the specific case of typeshed.
detect installed typeshed module
load typeshed module in place of regular analysis
merge typeshed info with regular analysis
The text was updated successfully, but these errors were encountered:
Currently we can detect and load typeshed modules, but because we do not merge values it makes IntelliSense worse. Until we merge, the checked in code will not prefer typeshed over normal analysis.
Recognize the existence of the
typeshed
package of type stub files and use it to supplement existing IntelliSense information.This interacts closely with #82, which provides support for generic type stub files. However, this particular task is complete when we detect and handle sub-paths for the specific case of
typeshed
.typeshed
moduletypeshed
module in place of regular analysistypeshed
info with regular analysisThe text was updated successfully, but these errors were encountered: