Vscode终端配置
2025年5月18日小于 1 分钟
Vscode终端配置
"terminal.integrated.profiles.windows": {
"ps": {
"source": "PowerShell",
"args": []
},
"bash": {
"path": "D:\\install\\software_isntall\\Git\\bin\\bash.exe",
"args": []
},
"cmd": {
"path": "C:\\Windows\\System32\\cmd.exe",
"args": []
},
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",