Install
vscode
babon
點(diǎn)擊上述鏈接然后install尺铣,很簡單
upgrade babon
默認(rèn)的babon中的軟件版本有點(diǎn)低王凑,需要先升級一下
這里升級時(shí)需要注意:一定要使用"C:\Users\xxx.babun\update.bat"進(jìn)行升級
直接用pact update git會(huì)導(dǎo)致git失敗塞蹭,無法修復(fù),這個(gè)是個(gè)bug
vscode 配置 terminal 啟動(dòng) 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"
}
]