标签: visual-studio-code
我知道我可以设置使用内部终端进行调试。 但是,当按F5时,visual studio代码始终会自动切换到调试控制台。
我看起来认为配置但似乎无法设置跳转到内部终端。
答案 0 :(得分:1)
在config中的配置数组中的.vscode / launch.json中,确保你有这些配置:
"console": "integratedTerminal", "internalConsoleOptions": "neverOpen"