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(codelens): set AmazonQ chat to open by default aws#5088
Problem
- Default Case: New user installs Amazon Q and Chat is open with Tips.
- When a user closes the tip, the codelens is visible. This is because the `isAmazonQChatVisible` event is not triggered until explicit action by the user
Solution
- Set default value for `isAmazonQVisible` to `true`.
- Now codelens will be only be visible when the user manually opens the chat window.
0 commit comments