Fork me on GitHub
#portal
<
2022-09-05
>
wontheone112:09:49

Hello, I was trying to open the portal inspector with the Intellij plugin for portal and followed as I can find from here: https://github.com/djblue/portal#api Which gave me the following error:

(def p (p/open {:launcher :intellij}))
Execution error (ExceptionInfo) at portal.runtime.jvm.launcher/get-config (launcher.clj:28).
No config file found: intellij.edn
Could anyone help find what I am missing?

R.A. Porter12:09:35

On (re)start of Intellij, you need to open the Portal tab once (you can then close the if you'd like) before running it.

wontheone112:09:32

I see, now it is working as expected, thanks!

wontheone112:09:04

It would be nice if this was explained somewhere in getting started or something though ! 🥳

djblue18:09:30

I think adding something to https://cljdoc.org/d/djblue/portal/0.29.1/doc/editors/intellij#debugging--troubleshooting could work. Then link all the editor guides at the end of getting started?

👍 2