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
Currently, in language server mode's default or full mode, Pylance doesn't treat packages listed in requirements or pyproject differently.
When direct dependencies are explicitly listed in requirements or pyproject, it would be nice for those packages to have deeper index depth by default, since Pylance no longer needs to worry about the issue of distinguishing direct dependencies from transitive dependencies.
Especially for default mode.
The text was updated successfully, but these errors were encountered:
Currently, in
language server mode
'sdefault
orfull
mode, Pylance doesn't treat packages listed inrequirements
orpyproject
differently.When direct dependencies are explicitly listed in requirements or pyproject, it would be nice for those packages to have deeper index depth by default, since Pylance no longer needs to worry about the issue of distinguishing
direct dependencies from transitive dependencies
.Especially for
default
mode.The text was updated successfully, but these errors were encountered: