File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { CodeForIBMi } from "@halcyontech/vscode-ibmi-types" ;
2
- import Instance from "@halcyontech/vscode-ibmi-types/api/Instance" ;
3
- import { CustomUI } from "@halcyontech/vscode-ibmi-types/api/CustomUI" ;
2
+ import Instance from "@halcyontech/vscode-ibmi-types/Instance" ;
4
3
import { Extension , ExtensionContext , extensions } from "vscode" ;
5
4
import { SQLStatementChecker } from "./connection/syntaxChecker" ;
6
5
Original file line number Diff line number Diff line change 1
1
import IBMi from "@halcyontech/vscode-ibmi-types/api/IBMi" ;
2
- import { ComponentIdentification , ComponentState , IBMiComponent } from "@halcyontech/vscode-ibmi-types/components/component" ;
2
+ import { ComponentIdentification , ComponentState , IBMiComponent } from "@halcyontech/vscode-ibmi-types/api/ components/component" ;
3
3
import { posix } from "path" ;
4
4
import { getValidatorSource , VALIDATOR_NAME , WRAPPER_NAME } from "./checker" ;
5
5
import { JobManager } from "../../config" ;
Original file line number Diff line number Diff line change 1
1
import { getBase } from "../../../base" ;
2
2
import { JDBCOptions } from "@ibm/mapepire-js/dist/src/types" ;
3
- import { ComplexTab } from "@halcyontech/vscode-ibmi-types/api /CustomUI" ;
3
+ import { ComplexTab } from "@halcyontech/vscode-ibmi-types/webviews /CustomUI" ;
4
4
5
5
import getPerfTab from "./perfTab" ;
6
6
import getFormatTab from "./formatTab" ;
You can’t perform that action at this time.
0 commit comments