zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

Error messages inconsistent with ZE error messages #57

Open JeffinSiby opened 2 years ago

JeffinSiby commented 2 years ago

Use error message structure provided through the ZE APIs for CICS extension error message.

Snippet from FTP extension which uses the desired structure:


ZoweVsCodeExtension.showVsCodeMessage(
            "Zowe Explorer was modified for FTP support.",
            MessageSeverityEnum.INFO,
            ZoweLogger
        );
github-actions[bot] commented 4 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

traeok commented 4 months ago

Update: while this feature request is still relevant, we have deprecated ZoweVsCodeExtension.showVsCodeMessage in favor of Gui.showMessage from the Zowe Explorer API.