Skip to content

Commit

Permalink
persist docker compose migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shalom938 committed Dec 26, 2024
1 parent 7f6c2ed commit eb75807
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
package org.digma.intellij.plugin.docker

import com.intellij.openapi.components.service
import com.intellij.openapi.project.Project
import org.digma.intellij.plugin.startup.DigmaProjectActivity

class DockerServiceStarter : DigmaProjectActivity() {



override fun executeProjectStartup(project: Project) {
//initialize the docker service as early as possible
DockerService.getInstance()
}

}

0 comments on commit eb75807

Please sign in to comment.