clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Improve error message when formatting.

Open marcomorain opened this issue 7 years ago • 1 comments

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

marcomorain avatar Jan 03 '18 14:01 marcomorain

README was updated and now contains the information about the manual configuration.

avli avatar Jan 15 '18 16:01 avli