Skip to content

Commit

Permalink
Merge pull request #294 from krassowski/fix-254
Browse files Browse the repository at this point in the history
Update location of Language Servers information
  • Loading branch information
krassowski authored Jul 19, 2020
2 parents 71969a7 + bc29183 commit a6ccbac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class LSPPopup extends VDomRenderer<LSPStatus.Model> {
Documentation:{' '}
<a
href={
'https://github.com/krassowski/jupyterlab-lsp/blob/master/docs/LANGUAGESERVERS.md'
'https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html'
}
target="_blank"
rel="noreferrer"
Expand Down

0 comments on commit a6ccbac

Please sign in to comment.