-
Notifications
You must be signed in to change notification settings - Fork 285
How to use this? #388
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
Comments
Follow-up: I got the yarn thing to work with |
Hi, I believe the instructions were slightly misleading. The command |
OK, thanks -- |
From within VSCode you can install the shell commands that enable you to run it from the command line: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line After this, the At the bottom of Some more general docs are available here: https://code.visualstudio.com/docs/extensions/developing-extensions |
OK, so that's for extension developers. What do regular VS Code users do? Is there a place they can select pyls from the extensions marketplace? I don't see it here: https://marketplace.visualstudio.com/search?term=python&target=VSCode&category=All%20categories&sortBy=Relevance |
Oh I see. No, we have an open ticket to publish a VSCode extension to the market place: #194 It's not quite clear to me what the proper way to do this is. I presume we don't package a Python runtime. Can probably follow Microsoft's example: https://github.com/Microsoft/vscode-python |
@gatesn Sorry if it's not appropriate to comment on a closed issue, but I'm still confused as to how to use pyls with vscode(though that may be vscode's fault). Do I have to install a plugin specifically developed for pyls which does not currently exist? My understanding of LSP was that the goal was to avoid this? Is there not a way to tell vscode to use pyls as the python language server? |
Would be nice to use as Extension on VS(Code/Codium) |
Excuse me if I'm dumb, but I'm new to both vscode and pyls, and I don't know anything about node.js either. How does one typically configure vscode to use pyls? By default it comes with a different Python package. I looked at README.rst and found instructions for developing pyls against vscode (which is my ultimate plan :-) but those instructions seem broken too:
What am I missing? (My ultimate goal is to write a plugin that adds access to mypy's internals to allow definition lookup and other functionality for Python -- the mypy-daemon has already collected the data, it's just a matter of getting it out. See https://mypy.readthedocs.io/en/latest/mypy_daemon.html for the current state of this project.)
The text was updated successfully, but these errors were encountered: