File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,13 @@ Invalidates On Focus Loss
83
83
Enter Cell Editor 1 line=2
84
84
85
85
Uses LSP Completions When Kernel Resoponse Times Out
86
+ [Tags] requires:busy-indicator
86
87
Configure JupyterLab Plugin {"kernelResponseTimeout": 1, "waitForBusyKernel": true}
87
88
... plugin id=${COMPLETION PLUGIN ID }
88
89
Should Complete While Kernel Is Busy
89
90
90
91
Uses LSP Completions When Kernel Is Busy
92
+ [Tags] requires:busy-indicator
91
93
[Documentation] When kernel is not available the best thing is to show some suggestions (LSP) rather than none.
92
94
Configure JupyterLab Plugin {"kernelResponseTimeout": -1, "waitForBusyKernel": false}
93
95
... plugin id=${COMPLETION PLUGIN ID }
Original file line number Diff line number Diff line change 29
29
# TODO: restore when yaml-language-server supports both config and...
30
30
# everything else: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/245
31
31
["language:yaml" , "feature:config" ],
32
+ # TODO: restore once busy indicator is CSS-readable on 3.3.x
33
+ # https://github.com/jupyterlab/jupyterlab/issues/12174
34
+ ["requires:busy-indicator" , "lab:3.3.0" ],
32
35
# TODO: restore when we figure out win36 vs jedi on windows
33
36
# ["language:python", "py:36", "os:windows"],
34
37
]
You can’t perform that action at this time.
0 commit comments