Hi, I'm Kit! I'm struggling to get Portal working with VSCode and I'm wondering if anyone can help. I've installed the extension and jacked-in a fairly generic repl and done:
(def p (portal.api/open {:launcher :vs-code}))
(add-tap p)
(tap> [1 2 3])ohh, easy fix (add-tap portal.api/submit) should do the trick
thank you!
the portal viewer pops open in a pane and the tap returns true, but nothing shows up in the viewer
am I missing something obvious?