在VSCode中停止调试后,终端能否自行关闭?

tee*_*eek 6 terminal ubuntu node.js visual-studio-code

我最近使用VSCode来调试Linux上的node.js程序,这是一种配置终端在我停止调试后自行关闭的方法

sta*_*all 0

我认为这应该满足您的需求:

"debug.console.closeOnEnd": true
Run Code Online (Sandbox Code Playgroud)