-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get a language server working #1
Comments
It will be HUGE if we can use jupyterlab-lsp on jupyterlite. Very promising! THANKS! |
There is now a final version of jupyterlab-lsp 5.0.0 available, so this work could continue, as it will now be possible to install a mutually-compatible constellation of It would be ideal if the yaml-language-server revved its underlying dependencies so we weren't working with outdated LSP specs. Once a single, out-of-kernel language server works, it might be another slog to get something working against a non-trivial kernel storage (e.g. not synced to contents). One way I can imagine is by something like jupyter-lsp/jupyterlab-lsp#278, which moves the JSON-RPC pipe from a dedicated mock "websocket" to Jupyter comms, but that branch is very bitrotted at this point, and might require even more monkeypatching craziness. |
Elevator Pitch
At least one language server should work.
Motivation
Not very fun otherwise.
Design Ideas
yaml-language-server
seems like it's getting close,The text was updated successfully, but these errors were encountered: