Bootstrap

vscode设置bash

settings.json设置:

"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe"

或则:
 "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
具体看你电脑git安装的bash文件路径

;