diff options
| author | Bradley Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-12-12 18:15:19 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 18:15:19 +1100 |
| commit | 71eb09f0993a150503151fb8bb059ccd5f557b1d (patch) | |
| tree | 376892711a5e0d3fccfb873428ab5975da725a6f /misc/ols.schema.json | |
| parent | d1eed532dc6b5746751b7a4341da8b6dbcba6b94 (diff) | |
| parent | fd5978ff227617b9f2970cbeae7e283ece6c83af (diff) | |
Merge pull request #1214 from BradLewis/feat/optional-comp-lit-signature-help
Add readme description for `enable_comp_lit_signature_help`
Diffstat (limited to 'misc/ols.schema.json')
| -rw-r--r-- | misc/ols.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index fd022af..d9fee4e 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -94,7 +94,7 @@ }, "enable_comp_lit_signature_help": { "type": "boolean", - "description": "Provide signature help for comp lits such as when instanciating structs. Will not display correctly on some editors such as vscode.", + "description": "Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.", "default": false }, "disable_parser_errors": { "type": "boolean" }, |