-
Notifications
You must be signed in to change notification settings - Fork 251
fix(amazonq): Add modal notification if Amazon Q Chat is not available #5516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Qodana Community for JVM1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
@@ -1,4 +1,7 @@ | |||
action.q.hello.description=Hello description | |||
amazonqChat.incompatible.text=JCEF, a dependency of Amazon Q chat is not supported in {0} | |||
amazonQChat.incomptible.text.fix=<html>To fix this,<ul><li>Click on Help-> Find Actions: Choose Boot runtime for the IDE</li><li>Select the latest JetBrains Runtime JBR with JCEF that matches the default runtime</li></ul></html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,4 +1,7 @@ | |||
action.q.hello.description=Hello description | |||
amazonqChat.incompatible.text=JCEF, a dependency of Amazon Q chat is not supported in {0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazonqChat.incompatible.text=JCEF, a dependency of Amazon Q chat is not supported in {0} | |
amazonqChat.incompatible.text=JCEF, a dependency of Amazon Q Chat is not supported in {0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe too long? break into 2 lines?
"Webview support is not available"
"{amazonqChat.incompatible.text}"
icon(Messages.getWarningIcon()) | ||
label(AmazonQBundle.message("amazonqChat.incompatible.text", ApplicationNamesInfo.getInstance().fullProductName)).bold() | ||
} | ||
row { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Types of changes
Description
JCEF is not compatible in multiple platforms including Android Studio. This change adds a modal informing the user that Chat is incompatible with their current IDE. It provides steps to workaround this issue in case it is in Android Studio.
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.