You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQPanel.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,7 @@ class AmazonQPanel(val project: Project, private val scope: CoroutineScope) : Di
105
105
}
106
106
browser.complete(null)
107
107
} elseif (!isQSupportedInThisVersion()) {
108
-
val currentBuild = com.intellij.openapi.application.ApplicationInfo.getInstance().build
109
-
webviewContainer.add(JBTextArea("Amazon Q is not supported in your version ${currentBuild}. Please update to the latest version of your IDE."))
0 commit comments