Windows 下 Vscode 集成 Cmder 作为默认终端

{
//...
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.external.windowsExec": "D:/work/softwares/cmder/Cmder.exe",
"terminal.integrated.shellArgs.windows": [
    "/K", "D:\\work\\softwares\\cmder\\vendor\\init.bat"
]
//...
}