We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda74b8 commit d0f923fCopy full SHA for d0f923f
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -1904,7 +1904,7 @@ function shouldDebugCliServer() {
1904
export class CliVersionConstraint {
1905
// The oldest version of the CLI that we support. This is used to determine
1906
// whether to show a warning about the CLI being too old on startup.
1907
- public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.16.6");
+ public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.18.4");
1908
1909
constructor(private readonly cli: CodeQLCliServer) {
1910
/**/
extensions/ql-vscode/supported_cli_versions.json
@@ -3,7 +3,5 @@
3
"v2.19.4",
4
"v2.19.3",
5
"v2.18.4",
6
- "v2.17.6",
7
- "v2.16.6",
8
"nightly"
9
]
0 commit comments