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:
1414env :
1515 # TODO extract these from files instead
1616 PY_JLSP_VERSION : 0.9.2
17- JS_JLLSP_VERSION : 2.0.7
17+ JS_JLLSP_VERSION : 2.0.8
1818 JS_JLG2D_VERSION : 1.0.0
1919
2020 PYTHONUNBUFFERED : 1
Original file line number Diff line number Diff line change 11## CHANGELOG
22
3- ### ` @krassowski/jupyterlab-lsp 2.0.8 ` (unreleased )
3+ ### ` @krassowski/jupyterlab-lsp 2.0.8 ` (2020-10-25 )
44
55- bug fixes
66
77 - custom cell syntax highlighting is now properly removed when no longer needed ([ #387 ] )
88 - the completer in continuous hinting now works well with the pasted text ([ #389 ] )
99 - 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 ] )
1011
12+ [ #377 ] : https://github.com/krassowski/jupyterlab-lsp/issues/377
1113[ #387 ] : https://github.com/krassowski/jupyterlab-lsp/issues/387
1214[ #389 ] : https://github.com/krassowski/jupyterlab-lsp/issues/389
1315[ #391 ] : https://github.com/krassowski/jupyterlab-lsp/issues/391
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 2.0.7 " ,
3+ "version" : " 2.0.8 " ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3- "version" : " 2.0.7 " ,
3+ "version" : " 2.0.8 " ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/krassowski/jupyterlab-lsp" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments