-
Notifications
You must be signed in to change notification settings - Fork 23
How to remove the filename+linenumber? #122
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
Comments
There's currently no built in way to do this, but I can consider adding something. To help me understand the right way to do it: what's your motivation here? Why do you want to remove the filename/line number? Is this true for every debug line you want to implement? What about non-variable debug lines? Do you use those? |
The logs just feel a bit cluttered, and when I'm making multiple edits the line numbers keep changing. I know the file most of the time. I mostly (like 95%) using this plugin with variable debug lines. I would assume if it is a non-variable debug line it would be more useful to keep the file:linenumber syntax. |
Hmm ok, fair, I can see that. Let me think about the right way to make that configurable, I'm definitely open to that. |
I think I'm going to implement this in two pieces:
|
Part of resolution for issue #122
Hi - you should now find the option Please let me know how this works for you and if you spot any issues. |
Awesome its working well on my end! Thanks for implementing so quickly its a great plugin. |
Excellent, that's great, thanks for the quick feedback. |
Hey really want to just remove the
filename:linenumber
from my print statements but I'm not sure if there is an option for that?I've tried messing with all of these options to no avail:
I still get something like this:
But I want this:
How?
The text was updated successfully, but these errors were encountered: