Add index.ts for packaging module
This commit is contained in:
@@ -92,7 +92,7 @@ import { CompareView } from "./compare/compare-view";
|
||||
import { initializeTelemetry } from "./telemetry";
|
||||
import { ProgressCallback, withProgress } from "./progress";
|
||||
import { CodeQlStatusBarHandler } from "./status-bar";
|
||||
import { getPackagingCommands } from "./packaging/packaging";
|
||||
import { getPackagingCommands } from "./packaging";
|
||||
import { HistoryItemLabelProvider } from "./query-history/history-item-label-provider";
|
||||
import { EvalLogViewer } from "./query-evaluation-logging";
|
||||
import { SummaryLanguageSupport } from "./log-insights/summary-language-support";
|
||||
|
||||
1
extensions/ql-vscode/src/packaging/index.ts
Normal file
1
extensions/ql-vscode/src/packaging/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./packaging";
|
||||
@@ -8,7 +8,7 @@ import * as helpers from "../../../../src/helpers";
|
||||
import {
|
||||
handleDownloadPacks,
|
||||
handleInstallPackDependencies,
|
||||
} from "../../../../src/packaging/packaging";
|
||||
} from "../../../../src/packaging";
|
||||
import { mockedQuickPickItem } from "../../utils/mocking.helpers";
|
||||
import { getActivatedExtension } from "../../global.helper";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user