-
Notifications
You must be signed in to change notification settings - Fork 45
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
How to use it with vscode? #50
Comments
Great question! I don't use vscode so I'm not 100% sure, but I assume we'll need to write a VSCode client as documented here. Based on the fact that coc.nvim is somewhat based on vscode and that I've already written a language server extension for coc.nvim, it would probably be a matter of porting coc-jedi to support VSCode. |
Isn't that the one used when you put |
@QDelage no, that configuration comes from vscode-python, an existing vscode extension maintained by microsoft that does not use |
With the latest release of VS Code https://github.com/microsoft/vscode-python/releases/tag/2021.2.576481509 there is a new setting for |
I've added the comment above to the readme. We can call this resolved for now and update the readme with any new instructions as/if the VSCode integration evolves. |
README mentions only great editors like vim & emacs.
Is it possible to configure vscode to use this server?
Regards,
Artem.
The text was updated successfully, but these errors were encountered: