Skip to content

Commit 3668c5f

Browse files
yzhangokrli
andauthored
fix(amazonq): Not show code scan tool window tab when switch to Problem ToolWindow (#5619)
* Not show code scan tool window tab when switch to Problem ToolWindow * add change log * Update .changes/next-release/bugfix-54c0cf8a-9df5-4673-bf16-61a650434abc.json Co-authored-by: Richard Li <[email protected]> --------- Co-authored-by: Richard Li <[email protected]>
1 parent db29774 commit 3668c5f

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)