File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- bug fixes:
10
10
11
- - fix completions with R double and triple colon prefix ([ #449 ] )
12
- - fix contrast on status icon when status item is active ([ #465 ] )
13
- - fix connection manager loosing track of notebooks when multiple were open ([ #474 ] )
11
+ - namespace completions in R (after double and triple colon) now work properly ([ #449 ] )
12
+ - improved status icon contrast when status item is active ([ #465 ] )
13
+ - connection manager now properly keeps track of notebooks when multiple notebooks are open ([ #474 ] )
14
+ - new cells added after kernel restart now work properly; kernel changes are handled correctly ([ #478 ] )
14
15
15
16
[ #449 ] : https://github.com/krassowski/jupyterlab-lsp/pull/449
16
17
[ #465 ] : https://github.com/krassowski/jupyterlab-lsp/pull/465
17
18
[ #474 ] : https://github.com/krassowski/jupyterlab-lsp/pull/474
19
+ [ #478 ] : https://github.com/krassowski/jupyterlab-lsp/pull/478
18
20
19
21
### ` jupyter-lsp 1.0.1 ` (unreleased)
20
22
You can’t perform that action at this time.
0 commit comments