Skip to content

Commit 8bdb51d

Browse files
committed
Move cli-version.ts to /codeql-cli/cli-version.ts
1 parent 732c67e commit 8bdb51d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/ql-vscode/src/cli-version.ts renamed to extensions/ql-vscode/src/codeql-cli/cli-version.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as semver from "semver";
2-
import { runCodeQlCliCommand } from "./codeql-cli/cli";
3-
import { Logger } from "./common";
4-
import { getErrorMessage } from "./pure/helpers-pure";
2+
import { runCodeQlCliCommand } from "./cli";
3+
import { Logger } from "../common";
4+
import { getErrorMessage } from "../pure/helpers-pure";
55

66
/**
77
* Get the version of a CodeQL CLI.

extensions/ql-vscode/src/distribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
showAndLogWarningMessage,
1414
} from "./helpers";
1515
import { extLogger } from "./common";
16-
import { getCodeQlCliVersion } from "./cli-version";
16+
import { getCodeQlCliVersion } from "./codeql-cli/cli-version";
1717
import { ProgressCallback, reportStreamProgress } from "./progress";
1818
import {
1919
codeQlLauncherName,

0 commit comments

Comments
 (0)