Correctly identifying when a different fork of a plugin is used #346
probably-neb
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Just fixed this in 615781a After a An |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I was recently experiencing a problem with one of my plugins and decided to switch to using the fork in the pr that fixed the issue until the pr was merged.
I assumed Lazy would pick up on this change but I don't think it did. When I inspected the plugin in the lazy ui it showed the correct git repo in the url, however the commit was the most recent commit in the main repo, not the most recent commit in the fork. I tried specifying the commit and got errors that it wasn't recognized . In order to switch to using the fork I had to reinstall the plugin.
If this functionality is something you'd be ok adding to Lazy i'd be happy to open an issue/start work on a pr.
cheers!
Beta Was this translation helpful? Give feedback.
All reactions