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.
1 parent e136fcd commit 03140c0Copy full SHA for 03140c0
plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QUtils.kt
@@ -57,7 +57,7 @@ fun codeWhispererUserContext(): UserContext = ClientMetadata.getDefault().let {
57
fun isQSupportedInThisVersion(): Boolean {
58
val currentBuild = ApplicationInfo.getInstance().build
59
if (currentBuild.asStringWithoutProductCode() in unSupportedIdeVersionInQ) return false
60
-
+
61
val version242Cutoff = com.intellij.openapi.util.BuildNumber.fromString("242.22855.74")
62
return !(currentBuild.baselineVersion == 242 && currentBuild.compareTo(version242Cutoff) < 0)
63
}
0 commit comments