Avoid terminal instance to close when Server crash

From https://github.com/julia-vscode/julia-vscode/issues/1697

Hi, sorry for the lack of details, but it is part of the issue. Sometimes when I’m using the Shift + enter workflow I run some code that crash the Server, but almost instantly the terminal instance that I was using also terminate so I can’t read the error messages to know what happened.

Is it any configuration that I can set to avoid that?

Thanks

No. I plan on adding support for persistent sessions soon, which also is a solution for this issue.

Thanks for the replay! There isn’t any way to automatically, and optionally, tee the terminal output to some log from the extension itself?.