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): duplicate hover for project scans aws#4866
Problem
Duplicate hover and code actions are appearing for project scans because only the active file's issues are getting replaced.
Solution
Update every security recommendation by file path instead of only the active file.
0 commit comments