赞
踩
"terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" }, "Windows PowerShell": { "path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" }, "Cmder": { "overrideName": true, "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [ "/k", "D:\\Cmder\\vendor\\init.bat" #这里要改成你的cmder安装的根路径\\vendor\init.bat ], "icon": "terminal-cmd" } }, "terminal.integrated.defaultProfile.windows": "Cmder",
注意粘贴位置
Ctrl+s保存设置后即可看到cmder被添加进可选终端
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。