"terminal.integrated.defaultProfile.windows": "D:\\dev\\tool\\cmder\\vendor\\git-for-windows\\bin\\bash.exe (migrated)",
  "terminal.integrated.profiles.windows": {
    "D:\\dev\\tool\\cmder\\vendor\\git-for-windows\\bin\\bash.exe (migrated)": {
      "path": "D:\\dev\\tool\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
      "args": []
    }
  },

旧的
"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",