We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc7dac commit bac54b2Copy full SHA for bac54b2
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.21.4");
+export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.22.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.24.3",
4
"v2.23.9",
5
"v2.22.4",
6
- "v2.21.4",
7
"nightly"
8
]
0 commit comments