Skip to content

Commit 01c9f56

Browse files
committed
Add settings descriptions (though they do not show up yet)
1 parent a6985c5 commit 01c9f56

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/jupyterlab-lsp/schema/plugin.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,20 @@
2929
"properties": {
3030
"showDocumentation": {
3131
"type": "boolean",
32-
"default": true
32+
"default": true,
33+
"description": "Whether to show documentation box next to the completion suggestions.",
3334
},
3435
"continuousHinting": {
3536
"type": "boolean",
36-
"default": false
37+
"default": false,
38+
"description": "Whether to enable continuous hinting (Hinterland mode)."
3739
},
3840
"suppressInvokeIn": {
3941
"type": "array",
4042
"items": {
4143
"type": "string"
42-
}
44+
},
45+
"description": "An array of CodeMirror tokens for which the auto-invoke should be suppressed. The token names vary between languages (modes)."
4346
}
4447
}
4548
}

0 commit comments

Comments
 (0)