File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
python_packages/jupyter_lsp Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 3.3.1 ` (unreleased)
4
+
5
+ - bug fixes:
6
+
7
+ - LaTeX is now rendered in documentation panel of completer ([ #506 ] )
8
+ - completion response returned as plain text use pre tag to retain whitespace formatting ([ #506 ] )
9
+ - pre-formatted code font size was reduced to match font-size of the text in completion panel ([ #506 ] )
10
+
11
+ [ #506 ] : https://github.com/krassowski/jupyterlab-lsp/pull/506
12
+
3
13
### ` jupyter-lsp 1.1.3 ` (unreleased)
4
14
5
15
- features:
6
16
7
17
- add config for the classic notebook server extension ([ #504 ] )
8
18
19
+ [ #504 ] : https://github.com/krassowski/jupyterlab-lsp/pull/504
20
+
9
21
### ` @krassowski/jupyterlab-lsp 3.3.0 ` (2021-01-31)
10
22
11
23
- features:
Original file line number Diff line number Diff line change 20
20
(
21
21
"etc/jupyter/jupyter_notebook_config.d" ,
22
22
["jupyter_lsp/etc/jupyter_notebook_config.json" ],
23
- )
23
+ ),
24
24
],
25
25
)
You can’t perform that action at this time.
0 commit comments