File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
test/vscode-tests/cli-integration/packaging Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ import { CompareView } from "./compare/compare-view";
9292import { initializeTelemetry } from "./telemetry" ;
9393import { ProgressCallback , withProgress } from "./progress" ;
9494import { CodeQlStatusBarHandler } from "./status-bar" ;
95- import { getPackagingCommands } from "./packaging/packaging " ;
95+ import { getPackagingCommands } from "./packaging" ;
9696import { HistoryItemLabelProvider } from "./query-history/history-item-label-provider" ;
9797import { EvalLogViewer } from "./query-evaluation-logging" ;
9898import { SummaryLanguageSupport } from "./log-insights/summary-language-support" ;
Original file line number Diff line number Diff line change 1+ export * from "./packaging" ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as helpers from "../../../../src/helpers";
88import {
99 handleDownloadPacks ,
1010 handleInstallPackDependencies ,
11- } from "../../../../src/packaging/packaging " ;
11+ } from "../../../../src/packaging" ;
1212import { mockedQuickPickItem } from "../../utils/mocking.helpers" ;
1313import { getActivatedExtension } from "../../global.helper" ;
1414
You can’t perform that action at this time.
0 commit comments