Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect return type for ZoweVsCodeExtension.getZoweExplorerApi #3041

Open
lppedd opened this issue Aug 8, 2024 · 1 comment
Open

Incorrect return type for ZoweVsCodeExtension.getZoweExplorerApi #3041

lppedd opened this issue Aug 8, 2024 · 1 comment
Labels
Breaking Change bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases

Comments

@lppedd
Copy link

lppedd commented Aug 8, 2024

Describe the bug

The return type of the ZoweVsCodeExtension.getZoweExplorerApi(requiredVersion?: string) function does not include the | undefined union, which misleads consumers in believing the return value is always valid.

Details

  • Version and build number: @zowe/zowe-explorer-api@2.17.0
@lppedd lppedd added the bug Something isn't working label Aug 8, 2024
@ApacheAde

This comment was marked as spam.

@adam-wolfe adam-wolfe transferred this issue from zowe/community Aug 9, 2024
@JTonda JTonda added Breaking Change priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Projects
Status: Low Priority
Development

No branches or pull requests

3 participants