Skip to content

Commit be65a56

Browse files
committed
Add query history store index file
1 parent d1366a1 commit be65a56

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ import {
3939
QueryStatus,
4040
variantAnalysisStatusToQueryStatus,
4141
} from "../query-status";
42-
import {
43-
readQueryHistoryFromFile,
44-
writeQueryHistoryToFile,
45-
} from "./store/query-history-store";
42+
import { readQueryHistoryFromFile, writeQueryHistoryToFile } from "./store";
4643
import { pathExists } from "fs-extra";
4744
import { CliVersionConstraint } from "../cli";
4845
import { HistoryItemLabelProvider } from "./history-item-label-provider";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./query-history-store";

0 commit comments

Comments
 (0)