vscode 设置 cmder为终端

"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": ["/k", "F:\\myTools\\cmder\\vendor\\init.bat"]

或者:

"terminal.integrated.shell.windows": "F:\\myTools\\cmder\\vendor\\git-for-windows\\bin\\bash.exe"

使用git bash

"terminal.integrated.shell.windows": "G:\\工具\\Git\\Git\\bin\\bash.exe",

转载于:https://www.cnblogs.com/ajanuw/p/8872669.html

你可能感兴趣的:(vscode 设置 cmder为终端)