Skip to content

Commit

Permalink
Merge branch 'main' into 203-create-status-icons-for-local-file-progr…
Browse files Browse the repository at this point in the history
…ams-folder-and-local-transactions-1
  • Loading branch information
AndrewTwydell authored Jan 21, 2025
2 parents 6545b70 + 61f57a8 commit 041e948
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
14 changes: 1 addition & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,6 @@
"dependencies": {
"@zowe/cics-for-zowe-sdk": "6.2.4",
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/zowe-explorer-api": "^3.0.3",
"xml-js": "~1.6.11"
"@zowe/zowe-explorer-api": "^3.0.3"
}
}
5 changes: 0 additions & 5 deletions packages/vsce/src/utils/profileManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { getCache, getResource } from "@zowe/cics-for-zowe-sdk";
import { Session } from "@zowe/imperative";
import { imperative, Types, ZoweVsCodeExtension } from "@zowe/zowe-explorer-api";
import { window } from "vscode";
import { xml2json } from "xml-js";
import { CICSPlexTree } from "../trees/CICSPlexTree";
import { toArray } from "./commandUtils";
import constants from "./constants";
Expand Down Expand Up @@ -54,10 +53,6 @@ export class ProfileManagement {
return mProfileInfo;
}

public static cmciResponseXml2Json(data: string) {
return JSON.parse(xml2json(data, { compact: true, spaces: 4 }));
}

public static getSessionFromProfile(profile: imperative.IProfile): Session {
return new Session({
protocol: profile.protocol,
Expand Down

0 comments on commit 041e948

Please sign in to comment.