macOS 10.13.3 High Sierra
VSCode Insiders 1.21.0
I've just downloaded and installed from the binary. I've gotten as far being able to issue the extempore start command whereupon I get the following showing in my terminal window:

I notice that it shows an error message namely Error binding extempore address to socket.
More in hope rather than judgement, I press on and issue the extempore connect whereupon I am prompted to accept the default entry of localhost and the port 7099. There is no indication of success or failure here.
Finally, I position the cursor on the same line as the (println "Hello, World!") code and press Cmd-Enter. I see the brief orange highlight, but there is no other indication, especially in the Debug Console that the program has produced any output. In view of the earlier error message, it does seem unlikely that it has worked.
I'm sure it's something simple to fix, but what that could be, I haven't a clue. Help!!
macOS 10.13.3 High Sierra
VSCode Insiders 1.21.0
I've just downloaded and installed from the binary. I've gotten as far being able to issue the
extempore startcommand whereupon I get the following showing in my terminal window:I notice that it shows an error message namely
Error binding extempore address to socket.More in hope rather than judgement, I press on and issue the
extempore connectwhereupon I am prompted to accept the default entry oflocalhostand the port7099. There is no indication of success or failure here.Finally, I position the cursor on the same line as the
(println "Hello, World!")code and press Cmd-Enter. I see the brief orange highlight, but there is no other indication, especially in theDebug Consolethat the program has produced any output. In view of the earlier error message, it does seem unlikely that it has worked.I'm sure it's something simple to fix, but what that could be, I haven't a clue. Help!!