File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ defaults:
14
14
env :
15
15
# TODO extract these from files instead
16
16
PY_JLSP_VERSION : 0.9.2
17
- JS_JLLSP_VERSION : 2.0.7
17
+ JS_JLLSP_VERSION : 2.0.8
18
18
JS_JLG2D_VERSION : 1.0.0
19
19
20
20
PYTHONUNBUFFERED : 1
Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- ### ` @krassowski/jupyterlab-lsp 2.0.8 ` (unreleased )
3
+ ### ` @krassowski/jupyterlab-lsp 2.0.8 ` (2020-10-25 )
4
4
5
5
- bug fixes
6
6
7
7
- custom cell syntax highlighting is now properly removed when no longer needed ([ #387 ] )
8
8
- the completer in continuous hinting now works well with the pasted text ([ #389 ] )
9
9
- continuous hinting suggestions will no longer show up if the only hint is the same as the current token ([ #391 ] )
10
+ - available options for hover modifier keys are now listed in the setting descriptions ([ #377 ] )
10
11
12
+ [ #377 ] : https://github.com/krassowski/jupyterlab-lsp/issues/377
11
13
[ #387 ] : https://github.com/krassowski/jupyterlab-lsp/issues/387
12
14
[ #389 ] : https://github.com/krassowski/jupyterlab-lsp/issues/389
13
15
[ #391 ] : https://github.com/krassowski/jupyterlab-lsp/issues/391
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.0.8 " ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.0.8 " ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/krassowski/jupyterlab-lsp" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments