Skip to content

Commit 791a445

Browse files
koesie10aeisenberg
andauthored
Update copy of deprecation warning message
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent d28ee6d commit 791a445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export async function activate(
426426
void showAndLogWarningMessage(
427427
`You are using an unsupported version of the CodeQL CLI (${ver}). ` +
428428
`The minimum supported version is ${CliVersionConstraint.OLDEST_SUPPORTED_CLI_VERSION}. ` +
429-
`Please upgrade to the latest version of the CodeQL CLI.`,
429+
`Please upgrade to a newer version of the CodeQL CLI.`,
430430
);
431431
unsupportedWarningShown = true;
432432
});

0 commit comments

Comments
 (0)