Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Require ZE API v2.0.0-next.202202221200
Browse files Browse the repository at this point in the history
Signed-off-by: JeffinSiby <[email protected]>
  • Loading branch information
JeffinSiby committed Mar 3, 2022
1 parent b259ebf commit a007f3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils/profileManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import * as https from "https";
import { CICSPlexTree } from "../trees/CICSPlexTree";

export class ProfileManagement {
// TODO: Doesn't seem to be working with specific version '2.0.0-next.202202221200'
private static zoweExplorerAPI = ZoweVsCodeExtension.getZoweExplorerApi();
private static profilesCache = ProfileManagement.zoweExplorerAPI.getExplorerExtenderApi().getProfilesCache();
private static zoweExplorerAPI = ZoweVsCodeExtension.getZoweExplorerApi("2.0.0-next.202202221200");
private static profilesCache = ProfileManagement.zoweExplorerAPI?.getExplorerExtenderApi().getProfilesCache();

constructor() { }

Expand Down

0 comments on commit a007f3a

Please sign in to comment.