简体   繁体   English

如何在 Visual Studio 代码中使用整个终端?

[英]How to use the whole terminal in visual studio code?

How do you get VSC to use the whole terminal when displaying output?显示output时如何让VSC使用整个终端? I've got a problem with displaying tables, but sections keep getting cut out to fit only half of the terminal.我在显示表格时遇到了问题,但是部分不断被剪裁以仅适合终端的一半。

在此处输入图像描述

You could use "console": "externalTerminal", in the setting file " launch.json ", and then click F5 to debug the code.您可以使用"console": "externalTerminal",在设置文件“ launch.json ”中,然后按F5调试代码。 The result will be displayed in a separate terminal:结果将显示在单独的终端中:

在此处输入图像描述

Reference: Console in VS Code .参考: VS Code 中的控制台

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM