1.在vscode的设置里面搜索profile,找到下图的东西
2.在settings.json文件中添加这个代码(路径要对应自己电脑的cmd.exe文件的位置)
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
如图
完成了
1.在vscode的设置里面搜索profile,找到下图的东西
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"