diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 09:13:08 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 20:35:03 -0400 |
| commit | d65dc9ed8dfad4df4bceaa0b90f5f6b71d0a5827 (patch) | |
| tree | c66e900be61d13c9718fc6f6eab1af363365c300 /misc | |
| parent | dfdeeaec1b52b6c3c66d224ee6433aad47903afd (diff) | |
Fix issue with vscode extension incorrectly concatenating paths when using `odin_command`
Diffstat (limited to 'misc')
| -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 cd2b6a6..fe38642 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -78,7 +78,7 @@ "file_log": { "type": "boolean" }, "odin_command": { "type": "string", - "description": "Allows you to specify your Odin location, instead of just relying on the environment path." + "description": "Specify the location to your Odin executable, rather than relying on the environment path." }, "checker_args": { "type": "string", |