变饼铛
首页
所有文章
网站帮助文档
BBS
登录/注册
主页
vscode修改终端为git bash
正文
vscode修改终端为git bash
作者:bcm
更新时间:2019年7月26日 13:48
 
打开vscode设置 ``` { "window.zoomLevel": 0, "files.autoSave": "onFocusChange", "editor.quickSuggestions": { "strings": true }, "vetur.validation.template": false, "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", "js-beautify-html": { "wrap_attributes": "auto" }, "prettyhtml": { "printWidth": 100, "singleQuote": false, "wrapAttributes": false, "sortAttributes": false } } ``` 修改 `"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",` 为 `"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",`
提交评论
评论
推荐阅读
推荐
PyCharm下部署【变饼档】教程
推荐
【变饼档工具】贴吧工具使用说明
推荐
重写自定义django admin页面
推荐
变饼档博客Python知识大楼
目录
关于站点
头条号
微信号
@变饼档
网站备案/许可证号
陕ICP备17000772号-1
联系邮箱
942242856@qq.com
@技术支持
前端
layui,jquery,vue
后端
django,django-simpleui