From 719a64e35d9b2338009affc8ef8b4c4e71e6eac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Tue, 7 Jan 2020 00:03:25 +0000 Subject: [PATCH] Update README.md: add JupyterLab client Thank you for maintaining this language server! Just wanted to let you know that we support JavaScript and TypeScript using your package, and add a shameless promotion to help users who may look for a client with JS/TS support. While we may be late to the party, our repo has a link to binder which allows running the JupyterLab with LSP integration in the browser without installing anything - might be of use to some "searching" users. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2488f36a..c25341e17 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This is a language server for JavaScript and TypeScript that adheres to the [Lan - In [Eclipse Che](https://eclipse.org/che/) - In [NeoVim](https://github.com/autozimu/LanguageClient-neovim) - In [Sublime Text](https://lsp.readthedocs.io/en/latest/#javascripttypescript) + - In [JupyterLab](https://github.com/krassowski/jupyterlab-lsp) ## Features