We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9553d7 commit 832211dCopy full SHA for 832211d
extensions/ql-vscode/src/query-history.ts
@@ -813,7 +813,7 @@ export class QueryHistoryManager extends DisposableObject {
813
}
814
815
private async removeVariantAnalysis(item: VariantAnalysisHistoryItem): Promise<void> {
816
- // Remote queries can be removed locally, but not remotely.
+ // We can remove a Variant Analysis locally, but not remotely.
817
// The user must cancel the query on GitHub Actions explicitly.
818
this.treeDataProvider.remove(item);
819
void logger.log(`Deleted ${this.labelProvider.getLabel(item)}.`);
0 commit comments