File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/jupyterlab-lsp/src/adapters/jupyterlab/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 - restores sorting order-indicating caret icons in diagnostics panel table ([ #261 ] [ ] )
1414 - handles document open and change operation ordering more predictably ([ #284 ] [ ] )
1515 - fixes some pyflakes issues caused by line magics substitution ([ #293 ] [ ] )
16+ - updated the link to the documentation of language servers ([ #294 ] [ ] )
1617
1718[ #195 ] : https://github.com/krassowski/jupyterlab-lsp/issues/195
1819[ #261 ] : https://github.com/krassowski/jupyterlab-lsp/issues/261
1920[ #293 ] : https://github.com/krassowski/jupyterlab-lsp/pull/293
21+ [ #294 ] : https://github.com/krassowski/jupyterlab-lsp/pull/294
2022
2123### ` @krassowski/jupyterlab-lsp 0.9.0 ` (unreleased)
2224
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class LSPPopup extends VDomRenderer<LSPStatus.Model> {
213213 Documentation:{ ' ' }
214214 < a
215215 href = {
216- 'https://github.com/krassowski/ jupyterlab-lsp/blob/master/docs/LANGUAGESERVERS.md '
216+ 'https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html '
217217 }
218218 target = "_blank"
219219 rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments