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
fix(amazonq): "Failed to run: refreshConnectionCallback" #5205
Problem:
command sometimes shows an error during teardown:
Failed to run command: aws.amazonq.refreshConnectionCallback: Cannot
read properties of undefined (reading 'scopes')
Solution:
There may be a race somewhere, when we update the connections list. To
mitigate, handle undefined AwsConnection.
0 commit comments