-
Notifications
You must be signed in to change notification settings - Fork 297
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
Move Jedi to use LSP instead of internal registration #1401
Comments
@rchiodo What can I do to validate this? |
Set your language server to Jedi and then set this experiment to on: "python.experiments.optInto": [
"jediLSP",
], Reload VS code and then attempt intellisense in a normal python file. |
Are you doing this with the vsix bits or with your debug bits? You need to install the server manually if you're using debug bits |
I was using debug bits. I'll just swap over to a VSIX seems easier than installing a server manually. |
You run this to install the server (as well as other requirements)
|
Not if I use the VSIX though, right? With the most recent insiders VSIX I get the same result. |
Yeah it should work with the VSIX. Maybe something has since broke. There's no tests making sure this continues to work |
This would be on the python team to 'fix' if it doesn't work. Or at least the work would happen in the python extension. |
This is the second step in making a working intellisense engine for notebooks. Could be based on this:
https://github.com/pappasam/jedi-language-server
The text was updated successfully, but these errors were encountered: