VS Code刚安装,打开控制台输入指令,可能会出现以下问题:

解决方法:
使用管理员模式打开Window PowerShell,输入:set-executionpolicy remotesigned,按y,就可以了。

解决方法来源:https://blog.csdn.net/u010263423/article/details/107715219
解决Visual Studio Code控制台无法使用的问题
原文:https://www.cnblogs.com/miao91/p/15073280.html