-
Notifications
You must be signed in to change notification settings - Fork 149
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
Activate Jupyterlab-lsp within my extension #774
Comments
This would be... Not very easy today. You'd need to mirror the adapter
machinery for Editor or Notebook from this repo.
It's a bit of a yak shave: we'd probably want to demonstrate this with
another core widget, e.g. the settings JSON editor, but would want
in-browser language servers.
|
Thanks for the interest! If your widget implements
I think we do not export |
Thanks for quick response! It will be great if we could get it work soon. I will seek a work-around for now |
I am currently building an extension which includes components hosting code mirror editor (@jupyterlab/codemirror).
![7hNUvKhonTGGbLJ](https://user-images.githubusercontent.com/42450821/157352278-d3b01cce-93ff-4266-8443-edc1ae4b7119.png)
![GzSgQDzFHnD38Qg](https://user-images.githubusercontent.com/42450821/157352728-bea56db6-69ad-47d6-bdaa-f845fbcd18e8.png)
According to the doc https://github.com/jupyter-lsp/jupyterlab-lsp/blob/master/docs/Extending.ipynb, I thought jupyterlap-lsp should be supported by default. But it turns out not. If I press tab outside my extension(just open the file in document widget), jupyterlab-lsp is activated
Reading through the document, I don't find a solution how to integrate jupyterlab-lsp with my extension.
Any hint what I should do here?
The text was updated successfully, but these errors were encountered: