fix: load global jsonc (#1479)

pull/1484/head
Aiden Cline 2025-07-31 15:02:28 -05:00 committed by GitHub
parent f5f55062f1
commit 168350c981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ export namespace Config {
{},
mergeDeep(await load(path.join(Global.Path.config, "config.json"))),
mergeDeep(await load(path.join(Global.Path.config, "opencode.json"))),
mergeDeep(await load(path.join(Global.Path.config, "opencode.jsonc"))),
)
await import(path.join(Global.Path.config, "config"), {