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
As the title says, sometimes (haven't figured out any kind of pattern) I see that when applying the changes the last line, whatever it may be, gets duplicated.
defwhatever(): # type: ignore # Let's say I get rid of this across several files and apply changeslogger.info("Let's print some very important info")
Somehow I'll get that logger.info line repeated.
I want to be clear in that using it and then checking the git diffs really outweighs having to edit all these lines manually anyway, so this is not a big complaint, more about raising the topic in case it's not known!
Thanks for this amazing extension! 🚀
The text was updated successfully, but these errors were encountered:
As the title says, sometimes (haven't figured out any kind of pattern) I see that when applying the changes the last line, whatever it may be, gets duplicated.
Somehow I'll get that
logger.info
line repeated.I want to be clear in that using it and then checking the git diffs really outweighs having to edit all these lines manually anyway, so this is not a big complaint, more about raising the topic in case it's not known!
Thanks for this amazing extension! 🚀
The text was updated successfully, but these errors were encountered: