We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, thanks for making this extension!
When I format a file in a project without cljfmt, I get the following error:
cljfmt
FileNotFoundException Could not locate cljfmt/coreinit.class or cljfmt/core.clj on classpath. clojure.lang.RT.load (RT.java:456)
It would be awesome if the extension could catch this error and tell the user what they need to do to get code formatting to work.
It would be great to get the same information added to the README, too.
Thanks
The text was updated successfully, but these errors were encountered:
README was updated and now contains the information about the manual configuration.
Sorry, something went wrong.
No branches or pull requests
Hi there, thanks for making this extension!
When I format a file in a project without
cljfmt
, I get the following error:FileNotFoundException Could not locate cljfmt/coreinit.class or cljfmt/core.clj on classpath. clojure.lang.RT.load (RT.java:456)
It would be awesome if the extension could catch this error and tell the user what they need to do to get code formatting to work.
It would be great to get the same information added to the README, too.
Thanks
The text was updated successfully, but these errors were encountered: