portal

Kit Eginton 2023-09-02T02:46:35.887519Z

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

djblue 2023-09-02T02:48:49.585469Z

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

❤️ 1
Kit Eginton 2023-09-02T04:54:28.192729Z

thank you!

Kit Eginton 2023-09-02T02:47:10.957039Z

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

Kit Eginton 2023-09-02T02:47:20.995609Z

am I missing something obvious?