Skip to content

Commit 7b1f947

Browse files
committed
reload UI
1 parent e28bc2c commit 7b1f947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/reload/ReloadAction.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import com.intellij.openapi.actionSystem.AnActionEvent
55
import com.intellij.openapi.components.service
66
import org.digma.intellij.plugin.errorreporting.ErrorReporter
77

8+
//devkit doesn't know that the action is registered because it looks for plugin.xml in the current project
9+
@Suppress("ComponentNotRegistered")
810
class ReloadAction : AnAction() {
911
override fun actionPerformed(p0: AnActionEvent) {
1012
try {

0 commit comments

Comments
 (0)