Skip to content

Commit 78e874a

Browse files
committed
Not show code scan tool window tab when switch to Problem ToolWindow
1 parent 3c15d80 commit 78e874a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/startup/CodeWhispererProjectStartupSettingsListener.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class CodeWhispererProjectStartupSettingsListener(private val project: Project)
4444
if (toolWindow.id != ProblemsView.ID) return
4545
if (!isCodeWhispererEnabled(project)) return
4646
CodeWhispererCodeScanManager.getInstance(project).buildCodeScanUI()
47-
CodeWhispererCodeScanManager.getInstance(project).showCodeScanUI()
4847
}
4948

5049
override fun activeConnectionChanged(newConnection: ToolkitConnection?) {

0 commit comments

Comments
 (0)