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 2cf141d commit 1c43d70Copy full SHA for 1c43d70
ide-common/src/main/kotlin/org/digma/intellij/plugin/reload/ReloadService.kt
@@ -33,6 +33,7 @@ class ReloadService {
33
try {
34
if (isProjectValid(it)) {
35
MainToolWindowCardsController.getInstance(it).wizardFinished()
36
+ MainToolWindowCardsController.getInstance(it).troubleshootingFinished()
37
}
38
} catch (e: Throwable) {
39
ErrorReporter.getInstance().reportError("ReloadService.reload", e)
0 commit comments