-
Notifications
You must be signed in to change notification settings - Fork 765
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
Python language server from Pylance is crashing #1417
Comments
I'm confused; normally if we crash there would be an exception. Is this the entire set of logs? |
Yup, let me know what else you need and I can run it... |
If your workspace folder were |
So, my actual folder is |
I mean to quite literally rename the folder; I think this may be related to a casing mismatch (see how the logs have the same thing multiple times but lowercased). |
Okay, I renamed, and I tried a debugging session and I got this output:
The intellisense is still not working. |
That's a known bug that'll be fixed in today's release. #1397 After that is closed, we can retry and see if your original issue goes away. |
We've just released 2021.6.1; can you retry and see if your issue is fixed? |
I can confirm it is fixed. I was having the same issue. |
YES, this fixed it! Thank you so much!!! |
Environment data
Expected behaviour
Intellisense, code completion/highlighting and ctrl+click should work.
Actual behaviour
None of the smart features of Pylance are working correctly. I keep getting the following notification:
I have tried following the steps in microsoft/vscode-python#12286 and microsoft/python-language-server#909 but unable to fix this. Probably because I am using Pylance [ref].
Logs
Code Snippet / Additional information
Not applicable
The text was updated successfully, but these errors were encountered: