-
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
python.languageServer Jedi no longer works on recent ms-python.python #21265
Comments
This seems like an issue with https://github.com/pappasam/jedi-language-server/ Please file a bug on that. Older version of python extension shipped an older version of the jedi language server. Python extension 2021.12.* we used jedi-language-server==0.34.12 |
Hello @karthiknadig, thanks for your reply, I have tried to copy Jedi files from ms-python.python v2021.12.1559732655 to Python extension 2023.8.0 as a workaround, but unfortunately it does not seem to work and strangely the same problem occurs.
I am commenting an opened ticket for this issue : pappasam/jedi-language-server#266 |
Same issue here |
@jpele-tis If you want to use a older
|
@karthiknadig I don't "want" to use Jedi but I am forced to since we got a major issue on Pylance (microsoft/pylance-release#4121) Its fine for me to do this on every update but sadly it didn't seems to work. pip install is successful after editing the command:
But it looks like the error is still the same:
|
change it to Pylance, but Pylance is very slow. |
This issue should be addressed in the pre-release (at least the parts where we pass paths to Jedi). |
Thank you for the follow up but it seems that the issue remains the same on pre-release
|
Can you set |
The parameter is grayed out, I am not sure if it is taken into account.
|
@jpele-tis That is a hidden setting so it will be grayed out. Can you share the part in the logs where it does the Initialize request? |
@karthiknadig I guess it is here :
|
@karthiknadig oh it's only write on initialization that's why I didn't saw it :
|
@jpele-tis This looks like a bug in |
It really feels like this is something special. I have almost never had complaints like this. @jpele-tis What is special about your environment? |
hello @davidhalter
|
If you are compiling Python yourself, I'm pretty sure you have an issue somewhere there. Your Python seems to behave not normally. |
We are trying to debug by ourselves but we're unable to launch a debug server to go further, can you please advise ? |
@jpele-tis Can you try enabling debugger logging by adding |
Hello,
I have an issue with Pylance (it makes VMs OOM ; Opened ticket : microsoft/pylance-release#4121) so I am contraint to use Jedi.
But the
python.languageServer
Jedi no longer works on recentms-python.python
extensions.Issue on ms-python.python v2023.8.0, v2023.9.11361009, v2022.18.2, v2022.2.1924087327, v2022.0.1786462952 :
I tried to install this but the issue remains.
No issues on ms-python.python v2021.12.1559732655, v2021.11.1422169775 and obviously all 2021 versions :
The text was updated successfully, but these errors were encountered: