We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8290b commit 9719968Copy full SHA for 9719968
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -45,7 +45,7 @@ import type { LanguageClient } from "vscode-languageclient/node";
45
* The oldest version of the CLI that we support. This is used to determine
46
* whether to show a warning about the CLI being too old on startup.
47
*/
48
-export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.20.7");
+export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.21.4");
49
50
/**
51
* The version of the SARIF format that we are using.
extensions/ql-vscode/supported_cli_versions.json
@@ -3,6 +3,5 @@
3
"v2.23.9",
4
"v2.22.4",
5
"v2.21.4",
6
- "v2.20.7",
7
"nightly"
8
]
0 commit comments