-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Probably a bug of Microsoft Python Language Server #3970
Comments
You are using Microsoft Python Language Server version 0.1.72.0 as visible in |
@karrtikr Hi, I upgraded Language Server to the latest 0.1.75.0 and the problem still exists. I even tried to change to the python distribution from python.org, but nothing changed. Any clue to fix it? thanks. |
@jerryc05 Try reinstalling the vscode, Python extension to the latest version as well. There might be compatibility issues. You can try troubleshooting using PYTHON_INTERACTIVE_TROUBLESHOOTING.md guide. |
@karrtikr Hi thank you for your advice but unfortunatelly it still did not work. Maybe I should submit an issue to the ms language server repo. |
Environment data
Expected behaviour
no error output
Actual behaviour
error output after opening a .py file
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: