fix(auto-update-checker): resolve unknown version display and improve JSONC parsing (#54)

This commit is contained in:
Junho Yeo
2025-12-15 08:39:21 +09:00
committed by GitHub
parent b1abb7999b
commit 5dd4d97c94
2 changed files with 21 additions and 10 deletions
@@ -38,3 +38,4 @@ function getUserConfigDir(): string {
export const USER_CONFIG_DIR = getUserConfigDir()
export const USER_OPENCODE_CONFIG = path.join(USER_CONFIG_DIR, "opencode", "opencode.json")
export const USER_OPENCODE_CONFIG_JSONC = path.join(USER_CONFIG_DIR, "opencode", "opencode.jsonc")