Adjust comment

This commit is contained in:
Nora
2022-10-26 14:33:47 +02:00
parent f9553d7033
commit 832211d789

View File

@@ -813,7 +813,7 @@ export class QueryHistoryManager extends DisposableObject {
}
private async removeVariantAnalysis(item: VariantAnalysisHistoryItem): Promise<void> {
// Remote queries can be removed locally, but not remotely.
// We can remove a Variant Analysis locally, but not remotely.
// The user must cancel the query on GitHub Actions explicitly.
this.treeDataProvider.remove(item);
void logger.log(`Deleted ${this.labelProvider.getLabel(item)}.`);