Extension uninstall hook #2861
traeok
started this conversation in
Squad Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Incorporating an uninstall hook in Zowe Explorer and its extenders would provide the following benefits:
Following up on our last stand-up discussion, I'm creating this thread to gather our thoughts on adding this hook and discuss how to make it straightforward for extenders to clean up.
One idea that I had in mind for the uninstall hook is to export a function from Zowe Explorer API, and then have extenders execute it from their uninstall hook:
Taking this a step forward, the
extenderCleanup
function could support an optionalcallback
parameter to allow extenders to perform extra steps after the API is done with its cleanup steps.Beta Was this translation helpful? Give feedback.
All reactions