We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28ee6d commit 791a445Copy full SHA for 791a445
extensions/ql-vscode/src/extension.ts
@@ -426,7 +426,7 @@ export async function activate(
426
void showAndLogWarningMessage(
427
`You are using an unsupported version of the CodeQL CLI (${ver}). ` +
428
`The minimum supported version is ${CliVersionConstraint.OLDEST_SUPPORTED_CLI_VERSION}. ` +
429
- `Please upgrade to the latest version of the CodeQL CLI.`,
+ `Please upgrade to a newer version of the CodeQL CLI.`,
430
);
431
unsupportedWarningShown = true;
432
});
0 commit comments