在VS Code 上打开终端 提示报错“C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe ”
无法启动 (退出代码: 2)
![图片上传中...]
在VS Code 上打开终端 提示报错“C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe ”
无法启动 (退出代码: 2)
![图片上传中...]
设置里面路径里面的 '\' 被当做转义字符了. 使用 '/' 来分割路径, C:/windows/System32/Windows/PowerShell/v1.0/powershell.exe
首先确保下系统里的PowerShell是正常能跑的吧。不过一般还是建议设置成cmd或者是Git自带的bash,变成:
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe"
或者,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
(假设git是装到c盘的)
文件-》首选项-》设置-》点击右上角的‘{}’,添加 "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe"
我把360关了就正常了