File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
OS_PY_ARGS = {
21
21
# notebook and ipykernel releases do not yet support python 3.8 on windows
22
22
# ("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
23
- ("Windows" , "36" ): ["--exclude" , "feature:completion" ]
23
+ # TODO: restore when we figure out win36 vs jedi on windows
24
+ ("Windows" , "36" ): ["--exclude" , "feature:completion" , "--runemptysuite" ]
24
25
}
25
26
26
27
NON_CRITICAL = [
27
28
# TODO: restore when yaml-language-server supports both config and...
28
29
# everything else: https://github.com/krassowski/jupyterlab-lsp/pull/245
29
- ["language:yaml" , "feature:config" ]
30
+ ["language:yaml" , "feature:config" ],
31
+ # TODO: restore when we figure out win36 vs jedi on windows
32
+ ["language:python" , "py:36" , "os:windows" ]
30
33
]
31
34
32
35
You can’t perform that action at this time.
0 commit comments