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 orphaned references to the fork of python-language-server in README.md #814

Merged
merged 2 commits into from
Jun 24, 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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:

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

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

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