We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4d742 commit e9c7331Copy full SHA for e9c7331
1 file changed
extensions/ql-vscode/src/config.ts
@@ -108,6 +108,7 @@ const DISTRIBUTION_CHANGE_SETTINGS = [
108
CUSTOM_CODEQL_PATH_SETTING,
109
INCLUDE_PRERELEASE_SETTING,
110
PERSONAL_ACCESS_TOKEN_SETTING,
111
+ CLI_CHANNEL_SETTING,
112
];
113
114
export type CLIChannel = "stable" | "nightly";
0 commit comments