Skip to content

Commit

Permalink
fix extender profile type registration
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 28, 2024
1 parent e07cb02 commit 9cdd58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsce/src/utils/profileManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { LoggerUtils } from "./loggerUtils";

export class ProfileManagement {
private static zoweExplorerAPI = ZoweVsCodeExtension.getZoweExplorerApi();
private static ProfilesCache = new ProfilesCache(LoggerUtils.instance.getImperativeLogger());
private static ProfilesCache = ProfileManagement.zoweExplorerAPI.getExplorerExtenderApi().getProfilesCache();

constructor() {}

Expand Down

0 comments on commit 9cdd58b

Please sign in to comment.