@@ -2,7 +2,7 @@ import fetch, { Response } from "node-fetch";
22import { zip } from "zip-a-folder" ;
33import { Open } from "unzipper" ;
44import { Uri , CancellationToken , window , InputBoxOptions } from "vscode" ;
5- import { CodeQLCliServer } from "./cli" ;
5+ import { CodeQLCliServer } from ".. /cli" ;
66import {
77 ensureDir ,
88 realpath as fs_realpath ,
@@ -16,18 +16,18 @@ import { basename, join } from "path";
1616import * as Octokit from "@octokit/rest" ;
1717import { retry } from "@octokit/plugin-retry" ;
1818
19- import { DatabaseManager , DatabaseItem } from "./local-databases" ;
20- import { showAndLogInformationMessage , tmpDir } from "./helpers" ;
21- import { reportStreamProgress , ProgressCallback } from "./progress" ;
22- import { extLogger } from "./common" ;
23- import { getErrorMessage } from "./pure/helpers-pure" ;
19+ import { DatabaseManager , DatabaseItem } from ".. /local-databases" ;
20+ import { showAndLogInformationMessage , tmpDir } from ".. /helpers" ;
21+ import { reportStreamProgress , ProgressCallback } from ".. /progress" ;
22+ import { extLogger } from ".. /common" ;
23+ import { getErrorMessage } from ".. /pure/helpers-pure" ;
2424import {
2525 getNwoFromGitHubUrl ,
2626 isValidGitHubNwo ,
27- } from "./common/github-url-identifier-helper" ;
28- import { Credentials } from "./common/authentication" ;
29- import { AppCommandManager } from "./common/commands" ;
30- import { ALLOW_HTTP_SETTING } from "./config" ;
27+ } from ".. /common/github-url-identifier-helper" ;
28+ import { Credentials } from ".. /common/authentication" ;
29+ import { AppCommandManager } from ".. /common/commands" ;
30+ import { ALLOW_HTTP_SETTING } from ".. /config" ;
3131
3232/**
3333 * Prompts a user to fetch a database from a remote location. Database is assumed to be an archive file.
0 commit comments