File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Foreign Extractors
3333Code 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
You can’t perform that action at this time.
0 commit comments