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