diff options
| author | Bradley Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-01-27 15:10:46 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 15:10:46 +1100 |
| commit | a243fa37d7735dc8777d445d2d3c9965f92f9c02 (patch) | |
| tree | 1951cde48c36cc6b0f6f098241ee3bfd534d697f /misc/ols.schema.json | |
| parent | 7349330c3ff8dba777ff01dfcf284588c3b01471 (diff) | |
| parent | 35fd3cef3b94c0495508b229db9ff6da647a6c46 (diff) | |
Merge pull request #1264 from BradLewis/feat/add-option-to-use-docs-for-comp-lit-signature-help
Add option to put the signature help for comp lits in the docs to improve rendering with certain editors
Diffstat (limited to 'misc/ols.schema.json')
| -rw-r--r-- | misc/ols.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index d9fee4e..c95d8e6 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -97,6 +97,11 @@ "description": "Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.", "default": false }, + "enable_comp_lit_signature_help_use_docs": { + "type": "boolean", + "description": "Put signature help for comp lits in the documentation. This will allow it to be rendered nicely using markdown in editors that render the label without colour on one line.", + "default": false + }, "disable_parser_errors": { "type": "boolean" }, "verbose": { "type": "boolean", |