File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
22
3- ### ` @krassowski/jupyterlab-lsp 1.0.0 ` (unreleased )
3+ ### ` @krassowski/jupyterlab-lsp 1.0.0 ` (2020-03-14 )
44
55- features
66
77 - supports JupyterLab 2.0
88
9- ### ` @krassowski/jupyterlab_go_to_definition 1.0.0 ` (unreleased )
9+ ### ` @krassowski/jupyterlab_go_to_definition 1.0.0 ` (2020-03-14 )
1010
1111- features
1212
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ Use of a python `virtualenv` or a conda env is also recommended.
1251251 . install the frontend extension:
126126
127127 ``` bash
128- jupyter labextension install @krassowski/jupyterlab-lsp
128+ jupyter labextension install @krassowski/jupyterlab-lsp # for JupyterLab 2.x
129+ # jupyter labextension install @krassowski/[email protected] # for JupyterLab 1.x 129130 ```
130131
1311321 . install LSP servers for languages of your choice; for example, for Python
You can’t perform that action at this time.
0 commit comments