Skip to content

Commit ded64c5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into custom
2 parents c158266 + 3668c5f commit ded64c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Do not always show 'Amazon Q Code Issues' tab when switching to the 'Problems' tool window"
4+
}

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)