You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to disable LSP toolbar item in Notebook view (#1139)
* Allow to disable LSP toolbar item in Notebook view
* Update expectation
* Try without dragging diagnostics panel
* Try to fix mac os job
* Fix venv usage
* Try to fix test
* Try to make R check more robust
* Use aabsolute path
* Fix typo
* Drop `pypy` from testing for now
* Fix spurious period
* More fixes
Copy file name to clipboardExpand all lines: packages/jupyterlab-lsp/schema/plugin.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,5 +82,13 @@
82
82
"description": "Whether to ask server to send logs with execution trace (for debugging). To see these messages, set loggingLevel to debug or log. Accepted values are: \"off\", \"messages\", \"verbose\". Servers are allowed to ignore this request."
0 commit comments