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
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,54 @@
31
31
"type": ["string", "null"],
32
32
"default": "vscode",
33
33
"description": "The identifier of a completer theme with icons which indicate the kind of completion. Set to null to disable icons."
34
+
},
35
+
"typesMap": {
36
+
"title": "Mapping of custom kernel types to valid completion kind names",
37
+
"description": "Mapping used for icon selection. Accepted values are the names of CompletionItemKind and 'Kernel' literal. The defaults aim to provide good initial experience for Julia, Python and R kernels.",
0 commit comments