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(codecatalyst): dev env logged out on load (#5196)
* fix(codecatalyst): dev env logged out on load
Problem: We forget all connections without all codecatalyst scopes only (aws account + coca scopes). However, the stored credentials in dev environments do not have the account scopes, so we are forgetting it.
Solution: Check for Q scopes explicitly.
* Update packages/core/src/extension.ts
Co-authored-by: Justin M. Keyes <[email protected]>
---------
Co-authored-by: Justin M. Keyes <[email protected]>
0 commit comments