File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -214,15 +214,15 @@ jobs:
214
214
include :
215
215
# if using 3.6, use an old node
216
216
- python : 3.6
217
- # Node 10 end-of-life: April 2021
218
- nodejs : ' >=10,<11.0.0.a0'
219
- # if using 3.7, use newer node, etc...
220
- - python : 3.7
221
217
# Node 12 end-of-life: April 2022
222
218
nodejs : ' >=12,<13.0.0.a0'
223
- - python : 3.8
219
+ # if using 3.7, use newer node, etc...
220
+ - python : 3.7
224
221
# Node 14 end-of-life: April 2023
225
222
nodejs : ' >=14,<15.0.0.a0'
223
+ - python : 3.8
224
+ # Node 16 end-of-life: April 2024
225
+ nodejs : ' >=16,<17.0.0.a0'
226
226
# TODO: remove when mambaforge just works on setup-miniconda
227
227
- os : ubuntu
228
228
mambaforge : Linux-x86_64.sh
Original file line number Diff line number Diff line change 6
6
7
7
- add ability to deactivate Kernel completions or LSP completion through the settings ([ #586 ] , thanks @Carreau )
8
8
- allow to set a priority for LSP server, allowing to choose which server to use when multiple servers are installed ([ #588 ] )
9
+ - add auto-detection of pyright server ([ #587 ] , thanks @yuntan )
9
10
10
11
- bug fixes:
11
- - workaround url-parse issue causing problems when using JupyterLab 3.0.15 [ #599 ]
12
+ - workaround url-parse issue causing problems when using JupyterLab 3.0.15 ([ #599 ] )
13
+
14
+ - other changes:
15
+ - drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 16 ([ #587 ] )
12
16
13
17
[ #586 ] : https://github.com/krassowski/jupyterlab-lsp/pull/586
18
+ [ #587 ] : https://github.com/krassowski/jupyterlab-lsp/pull/587
14
19
[ #588 ] : https://github.com/krassowski/jupyterlab-lsp/pull/588
15
20
[ #599 ] : https://github.com/krassowski/jupyterlab-lsp/pull/599
16
21
You can’t perform that action at this time.
0 commit comments