File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
- the completer now uses ` filterText ` and ` sortText ` if available to better filter and sort completions ([ #520 ] , [ #523 ] )
11
11
- completer ` suppressInvokeIn ` setting was removed; ` suppressContinuousHintingIn ` and ` suppressTriggerCharacterIn ` settings were added ([ #521 ] )
12
12
- ` suppressContinuousHintingIn ` by default includes ` def ` to improve the experience when writing function names ([ #521 ] )
13
+ - long file paths are now collapsed if composed of more than two segments to avoid status popover and diagnostics panel getting too wide ([ #524 ] )
13
14
14
15
- bug fixes:
15
16
- user-invoked completion in strings works again ([ #521 ] )
21
22
[ #521 ] : https://github.com/krassowski/jupyterlab-lsp/pull/521
22
23
[ #522 ] : https://github.com/krassowski/jupyterlab-lsp/pull/522
23
24
[ #523 ] : https://github.com/krassowski/jupyterlab-lsp/pull/523
25
+ [ #524 ] : https://github.com/krassowski/jupyterlab-lsp/pull/524
24
26
25
27
### ` @krassowski/jupyterlab-lsp 3.3.1 ` (2020-02-07)
26
28
You can’t perform that action at this time.
0 commit comments