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 2020OS_PY_ARGS = {
2121 # notebook and ipykernel releases do not yet support python 3.8 on windows
2222 # ("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" ]
2425}
2526
2627NON_CRITICAL = [
2728 # TODO: restore when yaml-language-server supports both config and...
2829 # 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" ]
3033]
3134
3235
You can’t perform that action at this time.
0 commit comments