We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c08083 + e2256e2 commit e877695Copy full SHA for e877695
extensions/ql-vscode/src/local-queries/standard-queries.ts
@@ -5,7 +5,7 @@ import { extLogger } from "../common/logging/vscode";
5
import { promises } from "fs-extra";
6
import { BaseLogger } from "../common/logging";
7
8
-export type LockFileForStandardQueryResult = {
+type LockFileForStandardQueryResult = {
9
cleanup?: () => Promise<void>;
10
};
11
0 commit comments