This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-05
Channels
- # asami (13)
- # aws (7)
- # babashka (4)
- # beginners (16)
- # biff (7)
- # cljdoc (10)
- # clojure (32)
- # clojure-europe (27)
- # clojure-nl (14)
- # clojure-norway (7)
- # clojure-uk (3)
- # clojurescript (2)
- # conjure (2)
- # core-async (13)
- # datalevin (4)
- # datomic (3)
- # holy-lambda (7)
- # kaocha (3)
- # lsp (23)
- # off-topic (39)
- # pedestal (10)
- # portal (5)
- # practicalli (2)
- # rdf (10)
- # releases (1)
- # shadow-cljs (66)
- # tools-deps (146)
- # uncomplicate (1)
- # xtdb (10)
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?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.
I see, now it is working as expected, thanks!
It would be nice if this was explained somewhere in getting started or something though ! 🥳
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