You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
). If you experience any issues with LSP functions in Python,
165
+
please check if you have the right version using `pip freeze` command.
158
166
159
167
1. (Optional, Linux/OSX-only) to enable opening files outside of the root
160
168
directory (the place where you start JupyterLab), create `.lsp_symlink` and
@@ -196,7 +204,7 @@ We plan to provide a configuration GUI at some time ([#25](https://github.com/kr
196
204
197
205
#### I want to hide specific diagnostics/inspections/warnings
198
206
199
-
For example, the Python server that we support by default ([pyls](https://github.com/palantir/python-language-server)) has a [configuration section](https://github.com/palantir/python-language-server#configuration) in ther documentation which refers to the providers of specific features, including `pycodestyle` for inspections/diagnostics.
207
+
For example, the Python server that we support by default ([pyls](https://github.com/palantir/python-language-server)) has a [configuration section](https://github.com/palantir/python-language-server#configuration) in their documentation which refers to the providers of specific features, including `pycodestyle` for inspections/diagnostics.
200
208
201
209
The exact configuration details will vary between operating systems (please see the [configuration section of pycodestyle documentation](https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration)), but as an example, on Linux you would simply need to create a file called `~/.config/pycodestyle`, which may look like that:
0 commit comments