We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update IntelliJ command line launcher invocation
Updated figwheel-sidecar to 0.5.18. Version 0.5.15 pulled in a version of httpkit that doesn't work with JDK11. Also update clojure, clojurescript to versions that work.
Updated Running figwheel in a Cursive Clojure REPL (markdown)
Update dependencies
This works for a recent IntelliJ version. The old example did not.
I lost ages by not getting checkout dependencies to work. Finally it turned out that this problem went away when I used the "lein fighweel" command in my terminal instead of the cursive REPL (which was set up using these instructions)
Added some troubleshooting info for running the REPL inside Clojure. Found this on the Cursive mailing list [here](https://cursive-ide.com/archive/1511.html) and it worked for me.
Add a note on ArityException, I lost too much time trying to check every package version while it was a third, "hidden" lein-figwheel import.
bump version of figwheel-sidecar in dependencies, otherwise doesn't work
Configuring :open-file-command to work with IntelliJ
Make it clear to remove lein-figwheel from plugins