美文网首页
windows环境下vscode+babun配置

windows环境下vscode+babun配置

作者: 志华_0925 | 来源:发表于2018-05-03 20:07 被阅读0次

Install

vscode
babon
点击上述链接然后install,很简单

upgrade babon

默认的babon中的软件版本有点低,需要先升级一下
这里升级时需要注意:一定要使用"C:\Users\xxx.babun\update.bat"进行升级
直接用pact update git会导致git失败,无法修复,这个是个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"
    }
  ]

record

相关文章

网友评论

      本文标题:windows环境下vscode+babun配置

      本文链接:https://www.haomeiwen.com/subject/rnkxpxtx.html