File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11import * as vscode from "vscode" ;
2- import { FindLogicalFilesTool } from "./findLogicalFiles" ;
3- import { SyntaxCheckTool } from "./syntaxCheck" ;
2+ import { FindLogicalFilesTool } from "./tools/ findLogicalFiles" ;
3+ import { SyntaxCheckTool } from "./tools/ syntaxCheck" ;
44
55let eclLMTools : ECLLMTools ;
66
Original file line number Diff line number Diff line change 11import * as vscode from "vscode" ;
2- import { isPlatformConnected , sessionManager } from "../../hpccplatform/session" ;
3- import { reporter } from "../../telemetry" ;
4- import localize from "../../util/localize" ;
2+ import { isPlatformConnected , sessionManager } from "../../../ hpccplatform/session" ;
3+ import { reporter } from "../../../ telemetry" ;
4+ import localize from "../../../ util/localize" ;
55
66export interface IFindLogicalFilesParameters {
77 pattern : string ;
Original file line number Diff line number Diff line change 11import * as vscode from "vscode" ;
22import * as os from "os" ;
3- import { sessionManager } from "../../hpccplatform/session" ;
4- import { reporter } from "../../telemetry" ;
5- import localize from "../../util/localize" ;
3+ import { sessionManager } from "../../../ hpccplatform/session" ;
4+ import { reporter } from "../../../ telemetry" ;
5+ import localize from "../../../ util/localize" ;
66
77export interface ISyntaxCheckParameters {
88 ecl : string ;
You can’t perform that action at this time.
0 commit comments