设置

 打开设置

vscode——配置git的path

 

 

 搜索配置

vscode——配置git的path

 

复制Json文本

vscode——配置git的path

 

编辑配置

vscode——配置git的path

 

粘贴刚才复制的json文本,并将自己git的地址写好,保存即可

vscode——配置git的path

完整配置

{
    "workbench.colorTheme": "Solarized Light",
    "window.menuBarVisibility": "default",
    "workbench.iconTheme": "vscode-icons",
    "editor.fontSize": 18,
    "files.associations": {
        "*.cjson": "jsonc",
        "*.wxss": "css",
        "*.wxs": "javascript"
    },
    "emmet.includeLanguages": {
        "wxml": "html"
    },
    "minapp-vscode.disableAutoConfig": true,
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "window.zoomLevel": 0,
    "explorer.confirmDelete": false,
    "git.path": "D:/Program Files/Git/cmd/git.exe"
}

 

相关文章:

  • 2022-02-22
  • 2021-05-20
  • 2021-10-17
  • 2021-09-26
  • 2021-06-18
  • 2021-12-08
  • 2021-11-20
猜你喜欢
  • 2021-10-08
  • 2021-12-29
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案