-
Notifications
You must be signed in to change notification settings - Fork 681
fix(amazonq): add back line numbers next to code issue #7810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
✅ I finished the code review, and didn't find any security or code quality issues. |
nit: Not a blocker for this PR but please followup on this |
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
✅ I finished the code review, and didn't find any security or code quality issues. |
Problem
There was previously a task "Remove
[Ln 34, Col 1]
from Code Issues panel from each issue". Originally, this was meant to just mean remove
, Col 1`, but I interpreted it to mean remove the whole blob.Solution
This change adds the line back, but without the
, Col 1
feature/x
branches will not be squash-merged at release time.