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 7f9d7ae commit 4e76a0dCopy full SHA for 4e76a0d
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -245,7 +245,7 @@ function getSelectedRepositoryNames(
245
// Limit to MAX_NUM_REPOS by slicing the array.
246
if (fullNames.length > MAX_NUM_REPOS) {
247
fullNames = fullNames.slice(0, MAX_NUM_REPOS);
248
- void extLogger.log(
+ void extLogger.showWarningMessage(
249
`Only the first ${MAX_NUM_REPOS} repos (${fullNames.join(", ")}) will be included in the Autofix results.`,
250
);
251
}
0 commit comments