Skip to content

Commit 84dbbc2

Browse files
committed
Add changelog entry, lint
1 parent 1b2cc1e commit 84dbbc2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 2.0.2` (2020-09-07)
4+
5+
- bug fixes
6+
7+
- fix code overrides not being registered properly ([#340])
8+
9+
[#340]: https://github.com/krassowski/jupyterlab-lsp/issues/340
10+
311
### `@krassowski/jupyterlab-lsp 2.0.1` (2020-09-07)
412

513
- bug fixes

atest/03_Notebook.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Foreign Extractors
3333
Code Overrides
3434
${file} = Set Variable Code overrides.ipynb
3535
Setup Notebook Python ${file}
36-
${virtual_path} = Set Variable ${OUTPUT DIR}${/}home${/}.virtual_documents/Code\ overrides.ipynb
37-
Wait Until Created ${virtual_path}
38-
${document} = Get File ${virtual_path}
39-
Should Be Equal ${document} get_ipython().run_line_magic("ls", "")\n\n\nget_ipython().run_line_magic("pip", " freeze")\n
36+
${virtual_path} = Set Variable ${OUTPUT DIR}${/}home${/}.virtual_documents/Code\ overrides.ipynb
37+
Wait Until Created ${virtual_path}
38+
${document} = Get File ${virtual_path}
39+
Should Be Equal ${document} get_ipython().run_line_magic("ls", "")\n\n\nget_ipython().run_line_magic("pip", " freeze")\n

0 commit comments

Comments
 (0)