Skip to content

Commit

Permalink
Use reset for service creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Sep 30, 2024
1 parent da55273 commit 438507b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AspireHostManager(private val project: Project) : Disposable {
aspireHosts[aspireHostProjectPath] = aspireHost

val event = ServiceEventListener.ServiceEvent.createEvent(
ServiceEventListener.EventType.SERVICE_ADDED,
ServiceEventListener.EventType.RESET,
aspireHost,
AspireMainServiceViewContributor::class.java
)
Expand Down

0 comments on commit 438507b

Please sign in to comment.