protorepl

Simon 2017-09-19T09:01:32.000474Z

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

seancorfield 2017-09-19T16:48:23.000114Z

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

seancorfield 2017-09-19T16:48:45.000269Z

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

seancorfield 2017-09-19T16:51:05.000016Z

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

Simon 2017-09-19T17:31:25.000559Z

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

seancorfield 2017-09-19T17:33:04.000239Z

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