File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
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
+
3
12
### ` @krassowski/jupyterlab-lsp 1.0.0 ` (2020-03-14)
4
13
5
14
- features
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Screenshot Editor Themes with Lab Theme
29
29
Open ${file } in ${MENU EDITOR }
30
30
Drag and Drop By Offset ${JLAB XP DOCK TAB } \[contains(., '${file } ')] -400 400
31
31
Ensure Sidebar Is Closed
32
- Click Element ${JLAB XP DOCK TAB } \[contains(., '${file } ')]
32
+ Click Element ${JLAB XP DOCK TAB } \[contains(., '${file } ')]
33
33
Click the second Accumulate in Notebook
34
34
Capture Page Screenshot 00-notebook.png
35
35
FOR ${editor theme } IN @{THEME NAMES }
You can’t perform that action at this time.
0 commit comments