We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extension API has ConfigurationChangeEvent interface, but API is lacking the method to add listener for that event.
Uncomment
podman-desktop/packages/extension-api/src/extension-api.d.ts
Line 443 in d262819
No response
The text was updated successfully, but these errors were encountered:
feat(extension-api): add implementation for configuration change event
60c5a39
fixes containers#1732 Change-Id: Ic9681cad8909ae71a9e547031db1819286979fc7 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
9cf22c8
b58a981
fixes #1732 Change-Id: Ic9681cad8909ae71a9e547031db1819286979fc7 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
benoitf
Successfully merging a pull request may close this issue.
Is your enhancement related to a problem? Please describe
Extension API has ConfigurationChangeEvent interface, but API is lacking the method to add listener for that event.
Describe the solution you'd like
Uncomment
podman-desktop/packages/extension-api/src/extension-api.d.ts
Line 443 in d262819
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: