Skip to content

Commit

Permalink
Merge pull request #800 from joelostblom/patch-1
Browse files Browse the repository at this point in the history
Remove note about language server fork
  • Loading branch information
krassowski authored May 8, 2022
2 parents dd7c41b + e8635f8 commit c8727ef
Showing 1 changed file with 1 addition and 12 deletions.
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

0 comments on commit c8727ef

Please sign in to comment.