我非常高兴在VS Code 1.4中运行脚本(Python)。使用Ctrl + Shift + B,程序就生成并运行,并且输出清晰地显示在“调试控制台”窗口中(除了输出之外,什么都没有显示,并且没有其他输出选项卡)。
hello
现在,我迁移到了新版本的VS Code,结果是输出显示在“终端”选项卡中,并且输出杂乱的Execution Task
和Press any key
消息。
> Executing task: python /home/myusername/Documents/my_script.py <
hello
Press any key to close the terminal.
输出仍显示在调试控制台中,但是,默认窗口是“终端”。如何将调试控制台修复为默认的输出选项卡,并恢复旧的良好输出格式?