Execute a distribution check when changing the CLI channel
This commit is contained in:
@@ -108,6 +108,7 @@ const DISTRIBUTION_CHANGE_SETTINGS = [
|
||||
CUSTOM_CODEQL_PATH_SETTING,
|
||||
INCLUDE_PRERELEASE_SETTING,
|
||||
PERSONAL_ACCESS_TOKEN_SETTING,
|
||||
CLI_CHANNEL_SETTING,
|
||||
];
|
||||
|
||||
export type CLIChannel = "stable" | "nightly";
|
||||
|
||||
Reference in New Issue
Block a user