File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defaults:
1616env :
1717 # TODO extract these from files instead
1818 PY_JLSP_VERSION : 0.9.3
19- JS_JLLSP_VERSION : 2.1.2
19+ JS_JLLSP_VERSION : 2.1.3
2020 JS_JLG2D_VERSION : 1.0.0
2121
2222 PYTHONUNBUFFERED : 1
Original file line number Diff line number Diff line change 11## CHANGELOG
22
3+ ### ` @krassowski/jupyterlab-lsp 2.1.3 ` (2021-02-01)
4+
5+ - bug fixes:
6+ - backported: connection manager now properly keeps track of notebooks when multiple notebooks are open ([ #474 ] , [ #486 ] )
7+ - backported: notebook (and diagnostics panel) state is now properly updated after rename or kernel restart ([ #499 ] )
8+
9+ [ #474 ] : https://github.com/krassowski/jupyterlab-lsp/issues/474
10+ [ #486 ] : https://github.com/krassowski/jupyterlab-lsp/issues/486
11+ [ #499 ] : https://github.com/krassowski/jupyterlab-lsp/issues/499
12+
313### ` @krassowski/jupyterlab-lsp 2.1.2 ` (2021-01-02)
414
515- features
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.1.3 " ,
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.1.2 " ,
3+ "version" : " 2.1.3 " ,
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