Skip to content

Instantly share code, notes, and snippets.

@zhaoda
Created May 21, 2018 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhaoda/87980483ce1cd8dd289aedb2cbbe21ef to your computer and use it in GitHub Desktop.
Save zhaoda/87980483ce1cd8dd289aedb2cbbe21ef to your computer and use it in GitHub Desktop.
vscode user settings
{
"editor.fontSize": 16,
"terminal.integrated.shell.windows": "C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"typescript.npm": "C:\\Program Files\\nodejs\\npm.cmd",
"git.autofetch": true,
"eslint.enable": true,
"eslint.autoFixOnSave": false,
"npm.enableScriptExplorer" : true,
"editor.renderWhitespace": "boundary",
"material-icon-theme.activeIconPack": "react_redux",
"material-icon-theme.folders.color": "#90a4ae",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"diffEditor.ignoreTrimWhitespace": true,
"fileheader.Author": "dazhao",
"fileheader.LastModifiedBy": "dazhao",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Monokai",
"terminal.integrated.cursorBlinking": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment