File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 2.0.1 ` (2020-09-07)
4
+
5
+ - bug fixes
6
+
7
+ - bump version of lsp-ws-connection dependency to fix the LaTeX server issues (see [ #337 ] )
8
+
9
+ [ #337 ] : https://github.com/krassowski/jupyterlab-lsp/issues/337
10
+
3
11
### ` jupyter-lsp 0.9.2 ` (2020-09-03)
4
12
5
13
- autodetects the ` sql ` language server for ` .sql ` files ([ #328 ] [ ] )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ variables:
16
16
YARN_CACHE_FOLDER : $(Pipeline.Workspace)/.yarn
17
17
18
18
PY_JLSP_VERSION : 0.9.2
19
- JS_JLLSP_VERSION : 2.0.0
19
+ JS_JLLSP_VERSION : 2.0.1
20
20
JS_JLG2D_VERSION : 1.0.0
21
21
22
22
FIRST_PARTY_LABEXTENSIONS : >-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
43
43
"dependencies" : {
44
44
"@krassowski/jupyterlab_go_to_definition" : " ~1.0.0" ,
45
45
"lodash.mergewith" : " ^4.6.1" ,
46
- "lsp-ws-connection" : " ~0.5.0 " ,
46
+ "lsp-ws-connection" : " ~0.5.1 " ,
47
47
"@krassowski/completion-theme" : " ~2.0.0" ,
48
48
"@krassowski/theme-vscode" : " ~2.0.0" ,
49
49
"@krassowski/theme-material" : " ~2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lsp-ws-connection" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Utility for adapting editors to language server protocol" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
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