-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.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 commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
amazonQChat.incompatible.title=Amazon Q Chat not Supported on this Platform | ||||||
amazonqInlineChat.hint.edit = Edit | ||||||
amazonqInlineChat.popup.accept=Accept \u23CE | ||||||
amazonqInlineChat.popup.cancel=Cancel \u238B | ||||||
|
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.
add case for glibc too old?
https://github.com/JetBrains/intellij-community/blob/468d9bd86c6065a31d78bfbcc9bc08c0af80d07c/platform/ui.jcef/jcef/JBCefApp.java#L643