From 439ea117895e641eb5fd40c98202c2e6f13d315c Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:36:39 -0400 Subject: Update ols schema --- misc/ols.schema.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/ols.schema.json b/misc/ols.schema.json index cd2b6a6..2811be1 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -80,6 +80,10 @@ "type": "string", "description": "Allows you to specify your Odin location, instead of just relying on the environment path." }, + "odin_root_override": { + "type": "string", + "description": "Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes." + }, "checker_args": { "type": "string", "description": "Pass custom arguments to `odin check`." -- cgit v1.2.3