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 11## CHANGELOG
22
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+
312### ` @krassowski/jupyterlab-lsp 1.1.0 ` (2020-07-20)
413
514- features
Original file line number Diff line number Diff line change 88 },
99 "outputs" : [],
1010 "source" : [
11- " from markdown import markdown\n " ,
1211 " 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" : [
1426 " from versions import (\n " ,
1527 " JUPYTER_LSP_VERSION,\n " ,
1628 " JUPYTERLAB_LSP_VERSION,\n " ,
1729 " JUPYTERLAB_NEXT_MAJOR_VERSION,\n " ,
1830 " JUPYTERLAB_VERSION,\n " ,
19- " REQUIRED_JUPYTERLAB\n " ,
31+ " REQUIRED_JUPYTERLAB, \n " ,
2032 " )"
2133 ]
2234 },
285297 "name" : " python" ,
286298 "nbconvert_exporter" : " python" ,
287299 "pygments_lexer" : " ipython3" ,
288- "version" : " 3.7.5 "
300+ "version" : " 3.7.6 "
289301 }
290302 },
291303 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments