Skip to content

Commit af97077

Browse files
Move distribution.ts to /common
1 parent a5aa0c4 commit af97077

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

extensions/ql-vscode/src/codeql-cli/distribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
deprecatedCodeQlLauncherName,
1818
extractZipArchive,
1919
getRequiredAssetName,
20-
} from "../pure/distribution";
20+
} from "../common/distribution";
2121
import {
2222
InvocationRateLimiter,
2323
InvocationRateLimiterResultKind,
File renamed without changes.

extensions/ql-vscode/test/vscode-tests/ensureCli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
getRequiredAssetName,
55
extractZipArchive,
66
codeQlLauncherName,
7-
} from "../../src/pure/distribution";
7+
} from "../../src/common/distribution";
88
import fetch from "node-fetch";
99
import supportedCliVersions from "../../supported_cli_versions.json";
1010

0 commit comments

Comments
 (0)