Skip to content

Commit ad5ae27

Browse files
authored
Merge pull request #3315 from github/koesie10/nightly-distribution-check
Execute a distribution check when changing the CLI channel
2 parents bc4d742 + e9c7331 commit ad5ae27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)