From fd5978ff227617b9f2970cbeae7e283ece6c83af Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:11:04 -0500 Subject: Add readme description for `enable_comp_lit_signature_help` --- README.md | 2 ++ misc/ols.schema.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c94c1..44a2ac2 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Options: - `enable_auto_import`: Automatically import packages that aren't in your import on completion. +- `enable_comp_lit_signature_help`: Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode. + - `odin_command`: Specify the location to your Odin executable, rather than relying on the environment path. - `odin_root_override`: Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes. 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" }, -- cgit v1.2.3