vscode无法使用 git

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

vscode无法使用 git

vscode无法使用 git

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-05-15
  • 2021-12-08
  • 2021-07-02
  • 2021-10-31
  • 2022-01-01
  • 2021-11-14
猜你喜欢
  • 2021-08-27
  • 2021-07-16
  • 2021-10-18
  • 2021-10-02
相关资源
相似解决方案