in src/main/kotlin/org/jetbrains/tinygoplugin/heapAllocations/toolWindow/TinyGoHeapAllocsWindow.kt [28:32]
override fun contentRemoved(event: ContentManagerEvent) {
if (toolWindow.contentManager.contentCount == 0) {
toolWindow.isAvailable = false
}
}