Skip to content

Commit 71088c1

Browse files
committed
Merge branch 'master' into docs/fix/The-Easy-Way
2 parents 4565a16 + 8d4f792 commit 71088c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ Use of a python `virtualenv` or a conda env is also recommended.
125125
1. 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

131132
1. install LSP servers for languages of your choice; for example, for Python

0 commit comments

Comments
 (0)