vscode配置git

{
  "editor.formatOnSave": false,
  "[javascript]": {
    "editor.formatOnSave": true
  },
 
  "git.ignoreMissingGitWarning": true,
  "git.path": "D:/Program Files/Git/cmd/git.exe",
  "terminal.integrated.shell.windows": "D:\\Program Files\\Git\\bin\\bash.exe",
  // Command Prompt
  "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
  // PowerShell
  "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "gitlens.advanced.messages": {
    "suppressShowKeyBindingsNotice": true
  },
  "diffEditor.ignoreTrimWhitespace": false,
  "window.zoomLevel": 0,
  "editor.fontSize": 14,

  "files.autoSave": "off",
  "prettier.printWidth": 120,
  "workbench.iconTheme": "vscode-icons",
  "git.enableSmartCommit": true,
  "git.autofetch": true,
  "todohighlight.isEnable": true,
  "key": "ctrl+j",
  "command": "-workbench.action.togglePanel",
}



Auto Close Tag
Auto Rename Tag
AutoFileName
Color Highlight
Document This
ESLint
file-icons
Flow Language Support
Git Blame
Hopscotch
JavaScript(ES6)code snippets
Light+ Tweaked
Path Intellisense
Prettier - Code formatter
TODO Highlight
vscode-icons
HTML Boilerplate
# [Quokka.js](https://quokkajs.com/ "https://quokkajs.com/")

https://www.cnblogs.com/vipstone/p/IDE.html
http://www.cnblogs.com/bindong/p/6045957.html

你可能感兴趣的:(vscode配置git)