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 e28bc2c commit 7b1f947Copy full SHA for 7b1f947
ide-common/src/main/kotlin/org/digma/intellij/plugin/reload/ReloadAction.kt
@@ -5,6 +5,8 @@ import com.intellij.openapi.actionSystem.AnActionEvent
5
import com.intellij.openapi.components.service
6
import org.digma.intellij.plugin.errorreporting.ErrorReporter
7
8
+//devkit doesn't know that the action is registered because it looks for plugin.xml in the current project
9
+@Suppress("ComponentNotRegistered")
10
class ReloadAction : AnAction() {
11
override fun actionPerformed(p0: AnActionEvent) {
12
try {
0 commit comments