@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)
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?
> how to configure pprint apart for cljs? clj and cljs pretty printing are both configured with that setting
If you continue to have issues, please create an issue on Github with exact steps to reproduce.
> 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 😞
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!