Skip to content

Commit 832211d

Browse files
committed
Adjust comment
1 parent f9553d7 commit 832211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/query-history.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ export class QueryHistoryManager extends DisposableObject {
813813
}
814814

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

0 commit comments

Comments
 (0)