Skip to content

Commit c8727ef

Browse files
authored
Merge pull request #800 from joelostblom/patch-1
Remove note about language server fork
2 parents dd7c41b + e8635f8 commit c8727ef

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,9 @@ Use of a python `virtualenv` or a conda env is also recommended.
146146
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
147147
should work after [some additional configuration](./CONTRIBUTING.md#specs).
148148

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

152-
Note 2: we are developing an improved (faster autocompletion, added features)
153-
version of the `python-language-server`. It is experimental and should
154-
not be used in production yet, but will likely benefit individual users
155-
You can check it out with:
156-
157-
```bash
158-
pip install git+https://github.com/krassowski/python-language-server.git@main
159-
```
160-
161-
Please report any regressions [here](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/272).
162-
163152
1. Restart JupyterLab
164153

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

0 commit comments

Comments
 (0)