Skip to content

Commit

Permalink
Prettier apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 14, 2020
1 parent f17e4b8 commit d1ee498
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,9 @@ Use of a python `virtualenv` or a conda env is also recommended.

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

Note on pyls (python-language-server) issues: pyls is known to require specific
versions of some dependencies such as [ujson <= 1.35](
https://github.com/krassowski/jupyterlab-lsp/issues/203#issuecomment-599039556
), [jedi == 0.15.2 and parso == 0.5.2](
https://github.com/krassowski/jupyterlab-lsp/issues/200#issuecomment-599039353
). If you experience any issues with LSP functions in Python,
versions of some dependencies such as [ujson <= 1.35](https://github.com/krassowski/jupyterlab-lsp/issues/203#issuecomment-599039556), [jedi == 0.15.2 and parso == 0.5.2](https://github.com/krassowski/jupyterlab-lsp/issues/200#issuecomment-599039353). If you experience any issues with LSP functions in Python,
please check if you have the right version using `pip freeze` command.

1. (Optional, Linux/OSX-only) to enable opening files outside of the root
Expand Down

0 comments on commit d1ee498

Please sign in to comment.