如何在调试时将visual-studio-code自动切换到内部终端而不是调试控制台

时间:2018-03-14 15:22:58

标签: visual-studio-code

我知道我可以设置使用内部终端进行调试。 但是,当按F5时,visual studio代码始终会自动切换到调试控制台。

我看起来认为配置但似乎无法设置跳转到内部终端。

1 个答案:

答案 0 :(得分:1)

在config中的配置数组中的.vscode / launch.json中,确保你有这些配置:

 "console": "integratedTerminal",
 "internalConsoleOptions": "neverOpen"