-
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
LSP Servers always Connecting... #310
Comments
I think it is all ok (I see that you got the code diagnostics/linting) for
Python, I think that it says "connecting" because it cannot find JavaScript
language server. I will investigate.
…On Sat, 8 Aug 2020, 18:20 walidsi, ***@***.***> wrote:
Hi,
I followed the instructions at
https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html in
order to get jupyterlab-lsp up and running. Installation steps were
successful without errors but upon opening a notebook in juypter lab, I
noticed that the LSP Servers status is always "Connecting..."
[image: image]
<https://user-images.githubusercontent.com/42148514/89716285-02a21380-d9ac-11ea-9eae-32aba223854c.png>
What is wrong please? and how can I get it to work?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/krassowski/jupyterlab-lsp/issues/310>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMQBRVYHCHPP57VV7CKTWLR7WCNVANCNFSM4PYYA2FQ>
.
|
Thank you for the reports it should be fixed in the 2.0 version (to be released today). |
@krassowski Thanks for the update. How do I upgrade to version 2.0? I tried removing everything and installing again but it seems v0.9 is still the one that gets installed. |
Sorry for the delay, I have not released it yet, waiting for #328
<https://github.com/krassowski/jupyterlab-lsp/pull/328>. @bollwyvl
<https://github.com/bollwyvl> do you need a hand with testing, or maybe
should I go ahead and make a release now?
Sorry, was heads-down on a talk the last couple days.
Haven't had the chance to start the tests, and agree it's a little weird to
just have one feature configurable. Go ahead and release, we'll fix it in
post!
… |
@walidsi you can update now with:
Summary of changes: https://github.com/krassowski/jupyterlab-lsp/releases/tag/v2.0.0 (and more in the changelog). Please let us know how it works for you. |
Have this or similar issue for current version 2.0.8 How can I check the availability of the python language server from the console? If I downgrade to version 2.0.0 i get |
Hi,
I followed the instructions at https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html in order to get jupyterlab-lsp up and running. Installation steps were successful without errors but upon opening a notebook in juypter lab, I noticed that the LSP Servers status is always "Connecting..."
What is wrong please? and how can I get it to work?
The text was updated successfully, but these errors were encountered: