ctrl + shift + p
打开首选项设置(json),用来配置
{
//终端使用自定义的git-bash
"terminal.integrated.profiles.windows": {
"Git-Bash": {
"path": "D:\\SofterWare\\Git\\bin\\bash.exe"
},
"PowerShell -NoProfile": {
"source": "PowerShell",
"args": ["-NoProfile"]
}
},
"terminal.integrated.defaultProfile.windows": "Git-Bash",
"workbench.iconTheme": "material-icon-theme",//文件前的图标
"editor.fontSize": 16,
}