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

Remove note about language server fork #800

Merged
merged 1 commit into from
May 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,9 @@ Use of a python `virtualenv` or a conda env is also recommended.
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
should work after [some additional configuration](./CONTRIBUTING.md#specs).

Note 1: it is worth visiting the repository of each server you install as
Note: it is worth visiting the repository of each server you install as
many provide additional configuration options.

Note 2: we are developing an improved (faster autocompletion, added features)
version of the `python-language-server`. It is experimental and should
not be used in production yet, but will likely benefit individual users
You can check it out with:

```bash
pip install git+https://github.com/krassowski/python-language-server.git@main
```

Please report any regressions [here](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/272).

1. Restart JupyterLab

If JupyterLab is running when you installed the extension, a restart is required
Expand Down