系统:win10-64bit、VSCode: v1.52.1
打开VSCode控制台显示空白
取消勾选"兼容"
勾选"以管理员运行"
控制台属性里,勾选使用"旧版"
修改vscode配置settings.json,指定控制台使用的终端。 如 "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe"
"terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe"
快捷键 ctrl + ~
ctrl + ~