os:windows 11
vscode version:1.64.2
"terminal.integrated.profiles.windows": {
"Git-Bash": {
"path": "d:\\Program Files\\Git\\bin\\bash.exe",
"args": []
},
"PowerShell -NoProfile": {
"source": "PowerShell",
"args": ["-NoProfile"]
}
},
"terminal.integrated.defaultProfile.windows": "Git-Bash"
网友评论