Skip to content
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

Optimize lsp server error message #621

Merged
merged 10 commits into from
Jun 16, 2021
4 changes: 3 additions & 1 deletion packages/jupyterlab-lsp/src/errors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export const SERVER_EXTENSION_404 = (
<p>
Please ensure that <code>jupyter server extension list</code> includes
jupyter-lsp and that it is enabled. If it is enabled please try to restart
JupyterLab.
JupyterLab. If the server extension is installed but not enabled and all
other suggestions listed above failed try the following:
<code>jupyter server extension enable --user --py jupyter_lsp</code>
</p>
</div>
);