Skip to content

Commit e9c7331

Browse files
committed
Execute a distribution check when changing the CLI channel
1 parent bc4d742 commit e9c7331

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const DISTRIBUTION_CHANGE_SETTINGS = [
108108
CUSTOM_CODEQL_PATH_SETTING,
109109
INCLUDE_PRERELEASE_SETTING,
110110
PERSONAL_ACCESS_TOKEN_SETTING,
111+
CLI_CHANNEL_SETTING,
111112
];
112113

113114
export type CLIChannel = "stable" | "nightly";

0 commit comments

Comments
 (0)