如何在VS Code中将默认终端从Powershell更改为Node?安装最新版本的VS Code后,默认终端已从Node更改为Powershell。我想使用Node终端运行我的角度应用程序。我怎样才能解决这个问题?
terminal integrated shell windows
您还可以将行"terminal.integrated.shell.windows": "path/to/shell"添加到全局settings.json文件中。
"terminal.integrated.shell.windows": "path/to/shell"