コード対関連するgitの

{
    "window.zoomLevel":1、
    "editor.fontSize":15、
    "gitlens.advanced.messages":{
        "suppressFileNotUnderSourceControlWarning":真、
        "suppressLineUncommittedWarning":真、
        "suppressShowKeyBindingsNotice":真
    }、
    "terminal.integrated.shell.windows": "C:\\ Windowsの\\ System32に\\ WindowsPowerShell \\ v1.0を\\たpowershell.exe"、
    "explorer.confirmDelete":偽、
    "liveServer.settings.donotShowInfoMsg":真、
    "editor.wordWrapColumn":3000、
    "editor.wrappingIndent": "なし"、
    "debug.allowBreakpointsEverywhere":真、
    "debug.enableAllHovers":真、
    "debug.inlineValues":真、
    "debug.internalConsoleOptions": "neverOpen"、
    "debug.openDebug": "neverOpen"、
    "atomKeymap.promptV3Features":真、
    "editor.multiCursorModifier": "ctrlCmd"、
    "editor.formatOnPaste":真、
    "liveServer.settings.donotVerifyTags":真、
    
    "workbench.colorTheme": "Monokai"、
    "workbench.iconTheme": "vscode-アイコン"、
    "vsicons.dontShowNewVersionMessage":真、
    "editor.suggestSelection": "最初"、
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"、
    "cSpell.userWords":[
        "avue"、
        "bvue"
    ]、
    "terminal.integrated.rendererType": "DOM"、
    "files.autoSave": "オフ"、
    "git.autoStash":真、
     "git.path": "D:\\ Gitリポジトリ\\ビン\\ git.exe"、
    "gitlens.gitCommands.closeOnFocusOut":真、
   // "terminal.integrated.shell.windows": "D:\\ Gitリポジトリ\\ビン\\ bash.exe"、
    
     "terminal.integrated.shellArgs.windows":[
        "D:\\ Gitリポジトリ\\ビン\\ bash.exe"、
    ]
}
 
cmdをgitの初期化

おすすめ

転載: www.cnblogs.com/dqh123/p/12064651.html