calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
veschin 2021-05-28T02:13:23.066100Z

@brandon.ringe > If you're using shadow-cljs, see here: not working > please paste your pprint settings here vscode pprint settings? "calva.prettyPrintingOptions": { "enabled": true, "printEngine": "pprint", "width": 50, "maxLength": 5, "maxDepth": 4 }, how to configure pprint apart for cljs? also another example with ns (ns slack-thread) cljs꞉slack-thread꞉>  (range 10) (0 1 2 3 4 5 6 7 8 9)

bringe 2021-05-28T02:21:39.066400Z

Hmm, are you using shadow-cljs? I know you said that info didn't work, but just wondering if you're using shadow. If you change printEngine to calva does it work?

bringe 2021-05-28T02:22:11.066600Z

> how to configure pprint apart for cljs? clj and cljs pretty printing are both configured with that setting

bringe 2021-05-28T02:23:26.066800Z

If you continue to have issues, please create an issue on Github with exact steps to reproduce.

veschin 2021-05-28T02:28:13.067200Z

> If you change `printEngine` to `calva` does it work? thank you so much don't understand how I could have missed this in the documentation 😞

bringe 2021-05-28T02:51:14.067400Z

You're welcome! Though, if you're using shadow and the shadow :repl-pprint setting didn't work, I'm not sure why it didn't. But, I'm glad you have something that works now!