aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-13 09:13:08 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-13 20:35:03 -0400
commitd65dc9ed8dfad4df4bceaa0b90f5f6b71d0a5827 (patch)
treec66e900be61d13c9718fc6f6eab1af363365c300 /misc
parentdfdeeaec1b52b6c3c66d224ee6433aad47903afd (diff)
Fix issue with vscode extension incorrectly concatenating paths when using `odin_command`
Diffstat (limited to 'misc')
-rw-r--r--misc/ols.schema.json2
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",