Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@ export class QueryHistoryManager extends DisposableObject {
});
await this.refreshTreeView();
} else {
if (variantAnalysis.queries !== undefined) {
// This is a variant analysis that contains multiple queries, which
// is not fully supported yet. So we ignore it from the query history.
return;
}
void this.app.logger.log(
"Variant analysis status update event received for unknown variant analysis",
);
Expand Down