We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ccde9 commit 4cbf104Copy full SHA for 4cbf104
extensions/ql-vscode/src/query-history.ts
@@ -963,8 +963,6 @@ export class QueryHistoryManager extends DisposableObject {
963
singleItem: QueryHistoryInfo,
964
multiSelect: QueryHistoryInfo[]
965
) {
966
- // Local queries only
967
- // In the future, we may support cancelling remote queries, but this is not a short term plan.
968
const { finalSingleItem, finalMultiSelect } = this.determineSelection(singleItem, multiSelect);
969
970
const selected = finalMultiSelect || [finalSingleItem];
0 commit comments