We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No errors for builtin packages.
Import of builtin packages like time, itertools and operator are sometimes marked as unresolved import.
time
itertools
operator
Don't know, this happens randomly.
Starting Microsoft Python language server. ##########Linting Output - flake8########## [Info - 12:19:26] GetCurrentSearchPaths C:\Python27\python.exe [Info - 12:19:26] Python search paths: [Info - 12:19:26] c:\python27\dlls [Info - 12:19:26] c:\python27\lib [Info - 12:19:26] c:\python27\lib\lib-tk [Info - 12:19:26] c:\python27 [Info - 12:19:26] c:\python27\lib\site-packages [Info - 12:19:26] Configuration search paths: [Info - 12:19:26] ... [Info - 12:19:33] Microsoft Python Language Server version 0.2.87.0 [Info - 12:19:33] Initializing for C:\Python27\python.exe
(Right now, I don't have a Console Log in case of this error. I will submit them as soon as this happens again.)
The text was updated successfully, but these errors were encountered:
Issue moved to microsoft/python-language-server #1156 via ZenHub
Sorry, something went wrong.
No branches or pull requests
Environment data
Expected behaviour
No errors for builtin packages.
Actual behaviour
Import of builtin packages like
time
,itertools
andoperator
are sometimes marked as unresolved import.Steps to reproduce:
Don't know, this happens randomly.
Logs
(Right now, I don't have a Console Log in case of this error. I will submit them as soon as this happens again.)
The text was updated successfully, but these errors were encountered: