vscode无法使用 git

ctrl+p会出来一个输入框 输入框输入settings.json
ctrl+f 搜索 git.enabled 我本人默认是false 无论你怎么去安装扩展git都无法使用
把false改成true 在扩展中搜索git安装一下即可,前提是你项目是从git拉下来的,或者项目根目录有.git文件
“git.enabled”: true,

vscode无法使用 git

vscode无法使用 git

相关文章: