RocYuan
  • 首页
  • 分类
  • 归档
  • 简历
  • Threejs
  • Github
  • Npm
  • Linux
  • Nginx
2022年3月13日
276 字 2 分钟

【记录】vscode设置默认bash

settings.json文件

1
2
3
4
5
6
7
8
9
{
"terminal.integrated.profiles.windows": {
"GitBash": {
"path": "D:\\Git\\bin\\bash.exe",
"args": []
}
},
"terminal.integrated.defaultProfile.windows": "GitBash",
}

record
【node】rollup使用 上一篇
【linux】安装shadowsocks 下一篇

目录

搜索

rocyuan(袁鹏)