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.
2 parents 2cf141d + 1c43d70 commit 47bed17Copy full SHA for 47bed17
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