-
Notifications
You must be signed in to change notification settings - Fork 27
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
Line numbers start counting from cursor position #302
Comments
I just wanted you to know that we will get this this issue after build pipeline problems are resolved. |
The build pipeline is still a shambles but I am at least now able to do manual publishing to the marketplace. I think I know what's going on with this bug you found. The line number starting from the start line of the current selection is correct behaviour for printing a selection. Now I just have to step through that block of code to see why it's using that. Interestingly it doesn't happen on my system using Windows. I have a Mac for testing, looks like I'll be setting it up again. |
It's not happening on my Mac either. I really hate this kind of mystery. |
Steve, can you still reproduce this with the latest release? |
@PeterWone I just tried, and it seems I still do with v0.11.28. |
Finally managed to reproduce this when a colleague reproduced a variant of the same problem. It also occurs for unsaved files. For that specific execution path there was an if statement with a faulty condition making it report |
I discovered a strange bug where the line numbers start counting from the cursor position when I use the print command instead of starting from 1.
The text was updated successfully, but these errors were encountered: