Merge branch 'main' into sam-robson/overlay-fallback

This commit is contained in:
Sam Robson
2026-04-24 06:39:07 +01:00
committed by GitHub
2 changed files with 9 additions and 30 deletions
+3 -12
View File
@@ -111013,15 +111013,9 @@ async function setupDiffInformedQueryRun(logger) {
diffRanges,
checkoutPath
);
if (packDir === void 0) {
logger.warning(
"Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis."
);
} else {
logger.info(
`Successfully created diff range extension pack at ${packDir}.`
);
}
logger.info(
`Successfully created diff range extension pack at ${packDir}.`
);
return packDir;
}
);
@@ -111046,9 +111040,6 @@ extensions:
return header + data;
}
function writeDiffRangeDataExtensionPack(logger, ranges, checkoutPath) {
if (ranges === void 0) {
return void 0;
}
if (ranges.length === 0) {
ranges = [{ path: "", startLine: 0, endLine: 0 }];
}