aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2025-08-16 11:48:31 +0200
committerGitHub <noreply@github.com>2025-08-16 11:48:31 +0200
commit87684b48739c65c7321238f7da8bc6adc9f67751 (patch)
tree1b40f837710ac666c213e86f931b074f39ad54c0 /misc
parent788d55173318f0456c985560e84aeb2eaac86465 (diff)
parentd65dc9ed8dfad4df4bceaa0b90f5f6b71d0a5827 (diff)
Merge pull request #872 from BradLewis/fix/vscode-extension-odin-command
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 2811be1..8f1ffe7 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."
},
"odin_root_override": {
"type": "string",