Fork me on GitHub
#protorepl
<
2017-09-19
>
Simon09:09:32

how can I disconnect proto-repl so that I can close atom and reopen atom and restart proto-repl

seancorfield16:09:23

When you close Atom, the REPL will disconnect -- perhaps I'm not understanding what you are asking @hotbelgo?

seancorfield16:09:45

Otherwise ctrl-alt-, e will stop the REPL.

seancorfield16:09:05

It's the Proto Repl: Exit Repl command. Also bound to ctrl-, e according to the command palette.

Simon17:09:25

Cool - thanks @seancorfield - its felt like closing atom was not sufficient sometimes, but perhaps it was some other beginner problem that was actually to blame

seancorfield17:09:04

The other useful command is Proto Repl: Interrupt bound to ctrl-shift-c.