Automatically close "Julia Debugger" terminal after program ends

By default, every time a debug session is started, a new terminal “Julia Debugger” is started. When the program finishes, one has to hit “enter” to close it as instructed by the message “Julia debuggee finished. Press ENTER to close this terminal.” Is there a setting I could change to make the terminal automatically quit when the debuggee finishes? I find that behaviour a tad annoying. I might be missing something but I don’t understand the rationale for it to be the default. That’s with the version of VS Code and Julia extension at the time of writing.

1 Like

I wish for this too. Did you find an answer?
John