diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2025-08-16 11:48:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 11:48:31 +0200 |
| commit | 87684b48739c65c7321238f7da8bc6adc9f67751 (patch) | |
| tree | 1b40f837710ac666c213e86f931b074f39ad54c0 /misc | |
| parent | 788d55173318f0456c985560e84aeb2eaac86465 (diff) | |
| parent | d65dc9ed8dfad4df4bceaa0b90f5f6b71d0a5827 (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.json | 2 |
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", |