Install
vscode
babon
點(diǎn)擊上述鏈接然后install,很簡單
upgrade babon
默認(rèn)的babon中的軟件版本有點(diǎn)低,需要先升級一下
這里升級時需要注意:一定要使用"C:\Users\xxx.babun\update.bat"進(jìn)行升級
直接用pact update git會導(dǎo)致git失敗,無法修復(fù),這個是個bug
vscode 配置 terminal 啟動 babaon
"startanyshell.shells": [
{
"description": "Babun",
"command": "C:\\Users\\xxx\\.babun\\cygwin\\bin\\mintty.exe /bin/env CHERE_INVOKING=1 /bin/zsh.exe"
},
{
"description": "Windows Command Prompt",
"command": "start \"%description%\" /WAIT %comspec%"
},
{
"description": "Windows Powershell",
"command": "start \"%description%\" powershell.exe -noexit"
}
]