Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update location of Language Servers information #294

Merged
merged 2 commits into from
Jul 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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