diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ab8af00..c16148f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ ### `@krassowski/jupyterlab-lsp 3.7.1` (unreleased) - bug fixes: - - fix rename shortcut registration in file browser ([#614]) + - fix rename shortcut registration in file editor ([#614]) + - add a note on manually enabling backend extension ([#621], thanks @icankeep) [#614]: https://github.com/krassowski/jupyterlab-lsp/pull/614 +[#621]: https://github.com/krassowski/jupyterlab-lsp/pull/621 ### `jupyter-lsp 1.3.0` (2021-06-02) diff --git a/packages/jupyterlab-lsp/src/errors.tsx b/packages/jupyterlab-lsp/src/errors.tsx index 34b739a04..2e10c89cd 100644 --- a/packages/jupyterlab-lsp/src/errors.tsx +++ b/packages/jupyterlab-lsp/src/errors.tsx @@ -50,7 +50,9 @@ export const SERVER_EXTENSION_404 = (
Please ensure that jupyter server extension list
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:
+ jupyter server extension enable --user --py jupyter_lsp