-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix: wrong line profile information #569
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! So simple, yet so helpful. Thanks for finding out and solving this bug 👏
@all-contributors please add @davis0011 for code and @aviv1620 for review 👏 |
I've put up a pull request to add @davis0011! 🎉 |
@all-contributors |
@davis0011 already contributed before to code I've put up a pull request to add @aviv1620! 🎉 |
Description
When pressing on line number to see line profile, it shows the right line information
It used to take line number as id, and now takes the real id for the correct line
This pull request comes to solve issue #565
screenshots
before the change(wrong line information):
It gave the wrong information after pressing 25(for the line profile):
And after the change: