File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 1.1.1 ` (unreleased)
4
+
5
+ - bug fixes
6
+
7
+ - emits console warnings instead of throwing errors in hover handlers and connections ([ #299 ] [ ] , [ #300 ] [ ] )
8
+
9
+ [ #299 ] : https://github.com/krassowski/jupyterlab-lsp/pull/299
10
+ [ #300 ] : https://github.com/krassowski/jupyterlab-lsp/pull/300
11
+
3
12
### ` @krassowski/jupyterlab-lsp 1.1.0 ` (2020-07-20)
4
13
5
14
- features
Original file line number Diff line number Diff line change 8
8
},
9
9
"outputs" : [],
10
10
"source" : [
11
- " from markdown import markdown\n " ,
12
11
" import sys\n " ,
13
- " sys.path.insert(0, '..')\n " ,
12
+ " \n " ,
13
+ " from markdown import markdown\n " ,
14
+ " \n " ,
15
+ " sys.path.insert(0, \" ..\" )"
16
+ ]
17
+ },
18
+ {
19
+ "cell_type" : " code" ,
20
+ "execution_count" : null ,
21
+ "metadata" : {
22
+ "hide_input" : true
23
+ },
24
+ "outputs" : [],
25
+ "source" : [
14
26
" from versions import (\n " ,
15
27
" JUPYTER_LSP_VERSION,\n " ,
16
28
" JUPYTERLAB_LSP_VERSION,\n " ,
17
29
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n " ,
18
30
" JUPYTERLAB_VERSION,\n " ,
19
- " REQUIRED_JUPYTERLAB\n " ,
31
+ " REQUIRED_JUPYTERLAB, \n " ,
20
32
" )"
21
33
]
22
34
},
285
297
"name" : " python" ,
286
298
"nbconvert_exporter" : " python" ,
287
299
"pygments_lexer" : " ipython3" ,
288
- "version" : " 3.7.5 "
300
+ "version" : " 3.7.6 "
289
301
}
290
302
},
291
303
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments