Skip to content

Commit 8d86f9b

Browse files
authored
Merge pull request #814 from nickfong/master
Remove orphaned references to the fork of python-language-server in README.md
2 parents ea9f1b6 + 43229bc commit 8d86f9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
128128
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:
129129

130130
```bash
131-
# note: you may want to use our fork of python-language-server instead (see below)
132131
pip install 'python-lsp-server[all]'
133132
R -e 'install.packages("languageserver")'
134133
```
@@ -164,8 +163,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
164163

165164
or permanently by setting `c.Completer.use_jedi = False` in your
166165
[`ipython_config.py` file](https://ipython.readthedocs.io/en/stable/config/intro.html?highlight=ipython_config.py#systemwide-configuration).
167-
You will also benefit from using experimental version of python-language-server
168-
as described in the Note 2 (above).
169166

170167
1. (Optional, Linux/OSX-only) to enable opening files outside of the root
171168
directory (the place where you start JupyterLab), create `.lsp_symlink` and

0 commit comments

Comments
 (0)