File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ Kernel And LSP Completions Merge Prefix Conflicts Are Resolved
219
219
Configure JupyterLab Plugin {"kernelResponseTimeout": -1, "waitForBusyKernel": false}
220
220
... plugin id=${COMPLETION PLUGIN ID }
221
221
# For more details see: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/30#issuecomment-576003987
222
- # `import os.pat<tab>` → `import os.pathsep `
222
+ # `import os.pat<tab>` → `import os.path `
223
223
Enter Cell Editor 15 line=1
224
224
Trigger Completer
225
- Completer Should Suggest pathsep
226
- Select Completer Suggestion pathsep
227
- Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 15 import os.pathsep
225
+ Completer Should Suggest path
226
+ Select Completer Suggestion path
227
+ Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 15 import os.path
228
228
229
229
Triggers Completer On Dot
230
230
Enter Cell Editor 2 line=1
You can’t perform that action at this time.
0 commit comments