We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b113c0 commit 73f9806Copy full SHA for 73f9806
ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics/BackendInfoHolder.kt
@@ -26,6 +26,7 @@ import kotlin.time.Duration.Companion.seconds
26
/**
27
* keep the backend info and tracks it on connection events.
28
*/
29
+//TODO: convert backend info to application service
30
@Service(Service.Level.PROJECT)
31
class BackendInfoHolder(val project: Project) : DisposableAdaptor {
32
0 commit comments