I’m using the "julia.persistentSession.enabled": true option of the vs code extension. Its working great. The only thing is that the Julia: Stop REPL only closes the terminal but does not kill the julia instance. Furthermore, issuing exit() does not work properly : it gives a dead pane in tmux, and after that relaunching Julia: Start REPL is not doing anything.
The only solution I have is manually killing hte tmux session julia_vscode wich is kind of barbaric, no ?
That’s mostly intended behaviour. I think we planned to have the “Stop Julia” command also close the tmux session, but that could cause the user to use other processes they started manually.
Maybe export an other command like Stop persistant REPL that would kill it properly (doing exactly the reverse of Start REPL : my intention is that Start > Stop > Start should work.)