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
Copy file name to clipboardExpand all lines: packages/jupyterlab-lsp/schema/completion.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
"description": "The time to wait for the kernel completions suggestions in milliseconds. Set to 0 to disable kernel completions, or to -1 to wait indefinitely (not recommended)."
43
43
},
44
44
"disableCompletionsFrom": {
45
-
"description": "The sources from which to exclude completion from. Possible values include 'kernel', 'languageServer'.",
45
+
"description": "The sources from which to exclude completion from. Possible values include 'Kernel', 'LSP'.",
0 commit comments