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
This can make checks a) run a bit faster, and b) avoiding requiring having a java on the PATH, which makes this hook easier to run in certain cases (example).
Would you consider adding support for this in this project?
The text was updated successfully, but these errors were encountered:
I would be considering the option of not running the tool via java -jar prelude for versions of the tool that suport that.
We do need to make sure that this would work across OSes as well.
I'm open to contributors helping to improve the project.
Feel free to open a PR for it and I'll be prioritising reviewing and releasing it.
In google/google-java-format#868 (comment) (via google/google-java-format#1045, et al), we have made "native" (non
java -jar google-java-format*.jar
) binaries available; the first release to include that was https://github.com/google/google-java-format/releases/tag/v1.20.0.E.g. JoseVSeb/google-java-format-for-vs-code#17 adopted this in a VSC extension.
This can make checks a) run a bit faster, and b) avoiding requiring having a
java
on thePATH
, which makes this hook easier to run in certain cases (example).Would you consider adding support for this in this project?
The text was updated successfully, but these errors were encountered: