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
import os os. # to invoke completion
ExtensionHostLogs01142025.txt PythonLanguageServerLogs01142025.txt PythonLogs01142025.txt
The text was updated successfully, but these errors were encountered:
Looking at the logs I think I can guess what's happening.
Installing copilot is attempting to restart the language server (for some reason) and the shutdown of Pylance isn't working so it just force exits it.
This message here is happening:
https://github.com/microsoft/vscode-languageserver-node/blob/dadd73f7fc283b4d0adb602adadcf4be16ef3a7b/client/src/common/client.ts#L1585
That would happen if the shutdown message for pylance doesn't get through, and that's happening because Pylance is busy with startup.
The question is why Pylance is being shutdown. I don't see that happening in the Python log or extension host log.
Sorry, something went wrong.
@rchiodo I still have the session open, any idea on what other channels could have helpful info?
I guess look at them all and see if there's anything about restarting the extension host or restarting the language server.
bschnurr
No branches or pull requests
Environment data
Code Snippet
Repro Steps
Logs
ExtensionHostLogs01142025.txt
PythonLanguageServerLogs01142025.txt
PythonLogs01142025.txt
The text was updated successfully, but these errors were encountered: