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

Add implementation for configuration change event #1732

Closed
evidolob opened this issue Mar 17, 2023 · 0 comments · Fixed by #1784
Closed

Add implementation for configuration change event #1732

evidolob opened this issue Mar 17, 2023 · 0 comments · Fixed by #1784
Assignees
Labels
area/extensions 🧩 kind/enhancement ✨ Issue for requesting an improvement

Comments

@evidolob
Copy link
Contributor

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

// export const onDidChangeConfiguration: Event<ConfigurationChangeEvent>;
and provide implementation.

Describe alternatives you've considered

No response

Additional context

No response

@evidolob evidolob added kind/enhancement ✨ Issue for requesting an improvement area/extensions 🧩 labels Mar 17, 2023
@benoitf benoitf self-assigned this Mar 17, 2023
benoitf added a commit to benoitf/desktop that referenced this issue Mar 22, 2023
fixes containers#1732

Change-Id: Ic9681cad8909ae71a9e547031db1819286979fc7
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
benoitf added a commit to benoitf/desktop that referenced this issue Mar 22, 2023
fixes containers#1732

Change-Id: Ic9681cad8909ae71a9e547031db1819286979fc7
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
benoitf added a commit that referenced this issue Mar 23, 2023
fixes #1732

Change-Id: Ic9681cad8909ae71a9e547031db1819286979fc7
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/extensions 🧩 kind/enhancement ✨ Issue for requesting an improvement
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants