标签: terminal visual-studio-code
如何在VS Code中将默认终端从Powershell更改为Node?安装最新版本的VS Code后,默认终端已从Node更改为Powershell。我想使用Node终端运行我的角度应用程序。我该如何解决?
答案 0 :(得分:1)
terminal integrated shell windows
您还可以将"terminal.integrated.shell.windows": "path/to/shell"行添加到全局settings.json文件中。
"terminal.integrated.shell.windows": "path/to/shell"