-
Notifications
You must be signed in to change notification settings - Fork 208
Keep REPL open after crash #1788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This would be really helpful. Had some crashes lately that forced me to start a separate terminal so I could see why things crashed. |
the current workaround is setting |
I haven't tried that setting yet. In what sense is it a workaround? What does it do? |
It runs Julia inside of a tmux session that's configured to stay alive even if the Julia process dies. The more lightweight solution would be to point VS Code to a script like
|
The REPL crashes on launch with that setting for me. |
I have the same problem, but on Windows the workarounds don't work. |
I recall there being an upstream FR for supporting this in vscode but I can't find it. It'd be good to link it here if so |
I've got some code that segfaults (due to my stupidity, nothing to do with vscode). Unfortunately, when the REPL crashes, vscode seems to immediately close it, making it difficult to actually inspect the trace and work out what is going on. Is there a way to prevent vscode from closing the terminal automatically after it exits?
The text was updated successfully, but these errors were encountered: