From a2ce6dfed6cf5166d97eeec4446b0a9ce40cd3bf Mon Sep 17 00:00:00 2001 From: krassowski Date: Sun, 19 Jul 2020 21:28:41 +0100 Subject: [PATCH 1/2] Update location of Language Servers information --- .../src/adapters/jupyterlab/components/statusbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyterlab-lsp/src/adapters/jupyterlab/components/statusbar.tsx b/packages/jupyterlab-lsp/src/adapters/jupyterlab/components/statusbar.tsx index 59a55c9c7..7326cac3e 100644 --- a/packages/jupyterlab-lsp/src/adapters/jupyterlab/components/statusbar.tsx +++ b/packages/jupyterlab-lsp/src/adapters/jupyterlab/components/statusbar.tsx @@ -213,7 +213,7 @@ class LSPPopup extends VDomRenderer { Documentation:{' '} Date: Sun, 19 Jul 2020 21:32:08 +0100 Subject: [PATCH 2/2] Add changelog entry for #294 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5a867b1..2650dbf8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,12 @@ - restores sorting order-indicating caret icons in diagnostics panel table ([#261][]) - handles document open and change operation ordering more predictably ([#284][]) - fixes some pyflakes issues caused by line magics substitution ([#293][]) + - updated the link to the documentation of language servers ([#294][]) [#195]: https://github.com/krassowski/jupyterlab-lsp/issues/195 [#261]: https://github.com/krassowski/jupyterlab-lsp/issues/261 [#293]: https://github.com/krassowski/jupyterlab-lsp/pull/293 +[#294]: https://github.com/krassowski/jupyterlab-lsp/pull/294 ### `@krassowski/jupyterlab-lsp 0.9.0` (unreleased)