Support Beta release channel (#591)

This commit is contained in:
Will Chen
2025-07-07 17:15:02 -07:00
committed by GitHub
parent ab6a9d3b34
commit a93536386b
21 changed files with 181 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ const DEFAULT_SETTINGS: UserSettings = {
selectedChatMode: "build",
enableAutoFixProblems: false,
enableAutoUpdate: true,
releaseChannel: "stable",
};
const SETTINGS_FILE = "user-settings.json";