Skip to content

Commit 4ef8f23

Browse files
committed
changelog and linting
1 parent c71dd55 commit 4ef8f23

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
### `@krassowski/jupyterlab-lsp 1.0.1` (unreleased)
4+
5+
- bug fixes
6+
7+
- fixes currently-highlighted token in dark editor themes against light lab theme
8+
(and vice versa) ([#195][])
9+
10+
[#195]: https://github.com/krassowski/jupyterlab-lsp/issues/195
11+
312
### `@krassowski/jupyterlab-lsp 1.0.0` (2020-03-14)
413

514
- features

atest/06_Style.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Screenshot Editor Themes with Lab Theme
2929
Open ${file} in ${MENU EDITOR}
3030
Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., '${file}')] -400 400
3131
Ensure Sidebar Is Closed
32-
Click Element ${JLAB XP DOCK TAB}\[contains(., '${file}')]
32+
Click Element ${JLAB XP DOCK TAB}\[contains(., '${file}')]
3333
Click the second Accumulate in Notebook
3434
Capture Page Screenshot 00-notebook.png
3535
FOR ${editor theme} IN @{THEME NAMES}

0 commit comments

Comments
 (0)