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 13
13
- restores sorting order-indicating caret icons in diagnostics panel table ([ #261 ] [ ] )
14
14
- handles document open and change operation ordering more predictably ([ #284 ] [ ] )
15
15
- fixes some pyflakes issues caused by line magics substitution ([ #293 ] [ ] )
16
+ - updated the link to the documentation of language servers ([ #294 ] [ ] )
16
17
17
18
[ #195 ] : https://github.com/krassowski/jupyterlab-lsp/issues/195
18
19
[ #261 ] : https://github.com/krassowski/jupyterlab-lsp/issues/261
19
20
[ #293 ] : https://github.com/krassowski/jupyterlab-lsp/pull/293
21
+ [ #294 ] : https://github.com/krassowski/jupyterlab-lsp/pull/294
20
22
21
23
### ` @krassowski/jupyterlab-lsp 0.9.0 ` (unreleased)
22
24
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class LSPPopup extends VDomRenderer<LSPStatus.Model> {
213
213
Documentation:{ ' ' }
214
214
< a
215
215
href = {
216
- 'https://github.com/krassowski/ jupyterlab-lsp/blob/master/docs/LANGUAGESERVERS.md '
216
+ 'https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html '
217
217
}
218
218
target = "_blank"
219
219
rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments