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/QLoginWebview.kt
+80-49Lines changed: 80 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,10 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
220
220
)
221
221
}
222
222
223
+
isBrowserMessage.ListProfiles-> {
224
+
handleListProfilesMessage()
225
+
}
226
+
223
227
isBrowserMessage.PublishWebviewTelemetry-> {
224
228
publishTelemetry(message)
225
229
}
@@ -262,60 +266,41 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
262
266
writeValueAsString(it)
263
267
}
264
268
265
-
// TODO: pass "REAUTH" if connection expires
266
-
// Perform the potentially blocking AWS call outside the EDT to fetch available region profiles.
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQToolWindowFactory.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ class AmazonQToolWindowFactory : ToolWindowFactory, DumbAware {
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/QRegionProfileManagerTest.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/resources/software/aws/toolkits/resources/AmazonQBundle.properties
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
action.q.hello.description=Hello description
2
1
amazonqInlineChat.hint.edit = Edit
3
2
amazonqInlineChat.popup.accept=Accept \u23CE
4
3
amazonqInlineChat.popup.cancel=Cancel \u238B
@@ -10,9 +9,9 @@ amazonqInlineChat.popup.title=Enter Instructions for Q
10
9
amazonq.refresh.panel=Refresh Chat Session
11
10
amazonq.title=Amazon Q
12
11
amazonq.workspace.settings.open.prompt=Workspace index is now enabled. You can disable it from Amazon Q settings.
13
-
action.q.profile.usage.text=You changed profile
14
-
action.q.profile.usage=You're using the '<b>{0}</b>' profile for Amazon Q.
15
-
action.q.switchProfiles.text=Change profile
12
+
action.q.profile.usage.text=You changed your profile
13
+
action.q.profile.usage=You''re using the ''<b>{0}</b>'' profile for Amazon Q.
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/actions/QSwitchProfilesAction.kt
0 commit comments