File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Python (pylsp)
4949
5050Python (pyright)
5151 ${def } = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'fib')])[last()]
52- Editor Shows Features for Server pyright Python example.py Diagnostics=is not defined (Pyright) Jump to Definition=${def } Rename= ${ def }
52+ Editor Shows Features for Server pyright Python example.py Diagnostics=is not defined (Pyright) Jump to Definition=${def }
5353
5454R
5555 ${def } = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'fib')])[last()]
7777Editor Shows Features for Server
7878 [Arguments] ${server } ${Language } ${file } &{features }
7979 Configure JupyterLab Plugin
80- ... {"language_servers": {"${server } ": {"priority": 10000}}
80+ ... {"language_servers": {"${server } ": {"priority": 10000}}}
8181 Editor Shows Features for Language ${Language } ${file } &{features }
8282
8383Editor Shows Features for Language
Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ Configure JupyterLab Plugin
375375 Set Editor Content ${settings json } ${CSS USER SETTINGS }
376376 Wait Until Page Contains No errors found
377377 Click Element css:button[title\='Save User Settings']
378+ Wait Until Page Contains No errors found
378379 Click Element ${JLAB XP CLOSE SETTINGS }
379380
380381Clean Up After Working with File and Settings
You can’t perform that action at this time.
0 commit comments