vscode——配置git的path


 

设置

 打开设置

 

 

 搜索配置

 

复制Json文本

 

编辑配置

 

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

完整配置

{
    "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"
}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM