File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { showAndLogErrorMessage } from "../helpers" ;
1+ import { showAndLogErrorMessage } from "../../ helpers" ;
22import {
33 ExplorerSelectionCommandFunction ,
44 TreeViewContextMultiSelectionCommandFunction ,
55 TreeViewContextSingleSelectionCommandFunction ,
6- } from "./commands" ;
6+ } from ".. /commands" ;
77
88// A hack to match types that are not an array, which is useful to help avoid
99// misusing createSingleSelectionCommand, e.g. where T accidentally gets instantiated
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import { LocalDatabasesCommands } from "../common/commands";
4949import {
5050 createMultiSelectionCommand ,
5151 createSingleSelectionCommand ,
52- } from "../common/selection-commands" ;
52+ } from "../common/vscode/ selection-commands" ;
5353
5454enum SortOrder {
5555 NameAsc = "NameAsc" ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import { App } from "../common/app";
4747import { DisposableObject } from "../pure/disposable-object" ;
4848import { SkeletonQueryWizard } from "../skeleton-query-wizard" ;
4949import { LocalQueryRun } from "./local-query-run" ;
50- import { createMultiSelectionCommand } from "../common/selection-commands" ;
50+ import { createMultiSelectionCommand } from "../common/vscode/ selection-commands" ;
5151
5252interface DatabaseQuickPickItem extends QuickPickItem {
5353 databaseItem : DatabaseItem ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import { tryOpenExternalFile } from "../common/vscode/external-files";
5959import {
6060 createMultiSelectionCommand ,
6161 createSingleSelectionCommand ,
62- } from "../common/selection-commands" ;
62+ } from "../common/vscode/ selection-commands" ;
6363
6464/**
6565 * query-history-manager.ts
You can’t perform that action at this time.
0 commit comments