Commit 6947870
authored
fix(amazonq): fix Q panel will get stuck while signin if users have multiple window (#5564)
<!--- If you are a new contributor, please take a look at the README and CONTRIBUTING documents --->
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
<!--- If appropriate, providing screenshots will help us review your contribution -->
<!--- If there is a related issue, please provide a link here -->
the `project: Project` provided by AmazonQToolWindowFactory is shadowed by `project: Project` in RegionProfileListener.onProfileChanged(project: Project, profile: Profile), the consequence is only the project where profile change happens will get updated with the Chat UI (mynah-ui)
## License
I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 3357e88 commit 6947870
File tree
2 files changed
+6
-1
lines changed- .changes/next-release
- plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow
2 files changed
+6
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments