Skip to content

Commit 896d425

Browse files
committed
Prettier
1 parent 37f130f commit 896d425

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Language Server Protocol integration for JupyterLab
22

3-
[![Build Status](https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master)](https://travis-ci.org/krassowski/jupyterlab-lsp) [![Build Status](https://dev.azure.com/krassowskimichal/jupyterlab-lsp/_apis/build/status/jupyterlab-lsp?branchName=master)](https://dev.azure.com/krassowskimichal/jupyterlab-lsp/_build/latest?definitionId=1&branchName=master) [![codebeat badge](https://codebeat.co/badges/f55d0f28-8a84-4199-bc88-f2c306a9ce65)](https://codebeat.co/projects/github-com-krassowski-jupyterlab-lsp-master) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
3+
[![Build Status](https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master)](https://travis-ci.org/krassowski/jupyterlab-lsp) [![Build Status](https://dev.azure.com/krassowskimichal/jupyterlab-lsp/_apis/build/status/jupyterlab-lsp?branchName=master)](https://dev.azure.com/krassowskimichal/jupyterlab-lsp/_build/latest?definitionId=1&branchName=master) [![codebeat badge](https://codebeat.co/badges/f55d0f28-8a84-4199-bc88-f2c306a9ce65)](https://codebeat.co/projects/github-com-krassowski-jupyterlab-lsp-master) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
44

55
_This extension is in its early days, but you are welcome to check it out, leave feedback and/or a PR_
66

@@ -51,9 +51,9 @@ New in 0.6.0:
5151
- system of settings, including options:
5252
- to enable aggressive autocompletion (like in hinterland)
5353
- to change the verbosity of signature hints (whether to show documentation, number of lines to be shown)
54-
- "rename" action in notebooks
55-
- gutter with linter results (low priority)
56-
- use the kernel session for autocompletion in FileEditor if available (PR welcome)
54+
- "rename" action in notebooks
55+
- gutter with linter results (low priority)
56+
- use the kernel session for autocompletion in FileEditor if available (PR welcome)
5757

5858
If a feature you need is not on the lists above, please feel free to suggest it by opening a new [issue](https://github.com/krassowski/jupyterlab-lsp/issues).
5959

py_src/jupyter_lsp/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Use a package manager to install a [language server][lsp-implementations]
1717
tested to work with `jupyter-lsp`.
1818

1919
| language | `npm install (-g)`, or `yarn/jlpm add (-g)` |
20-
| ------------------------- | :----------------------------------------------: |
21-
| bash | `bash-language-server` |
22-
| css<br/>less<br/>sass | `vscode-css-languageserver-bin` |
23-
| docker | `dockerfile-language-server-nodejs` |
24-
| html | `vscode-html-languageserver-bin` |
25-
| javascript<br/>typescript | `javascript-typescript-langserver` |
26-
| json | `vscode-json-languageserver-bin` |
27-
| markdown | `unified-language-server` |
28-
| yaml | `yaml-language-server` |
20+
| ------------------------- | :-----------------------------------------: |
21+
| bash | `bash-language-server` |
22+
| css<br/>less<br/>sass | `vscode-css-languageserver-bin` |
23+
| docker | `dockerfile-language-server-nodejs` |
24+
| html | `vscode-html-languageserver-bin` |
25+
| javascript<br/>typescript | `javascript-typescript-langserver` |
26+
| json | `vscode-json-languageserver-bin` |
27+
| markdown | `unified-language-server` |
28+
| yaml | `yaml-language-server` |
2929

3030
| language | `conda install -c conda-forge` | language-specific package manager |
3131
| -------- | :----------------------------: | :-----------------------------------------------: |
@@ -39,7 +39,6 @@ tested to work with `jupyter-lsp`.
3939
[jupyter-lsp]: https://github.com/krassowski/jupyterlab-lsp.git
4040
[jupyterlab]: https://github.com/jupyterlab/jupyterlab
4141

42-
4342
Don't see an implementation for the language server you need? You can
4443
[bring your own language server](#adding-custom-language-servers).
4544

0 commit comments

Comments
 (0)