Fork me on GitHub
#portal
<
2023-09-02
>
Kit Eginton02:09:35

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])

djblue02:09:49

ohh, easy fix (add-tap portal.api/submit) should do the trick

❤️ 2
Kit Eginton02:09:10

the portal viewer pops open in a pane and the tap returns true, but nothing shows up in the viewer

Kit Eginton02:09:20

am I missing something obvious?