Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created July 12, 2018 18:05
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 lydemann/5198727bcf5ed59c1ecc914d9b33cd53 to your computer and use it in GitHub Desktop.
Save lydemann/5198727bcf5ed59c1ecc914d9b33cd53 to your computer and use it in GitHub Desktop.
My preferred VS Code Settings
{
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true,
"suppressShowKeyBindingsNotice": true
},
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"workbench.editor.enablePreview": false,
"tslint.autoFixOnSave": true,
"editor.formatOnSave": true,
"git.enableSmartCommit": true,
"window.zoomLevel": -1,
"git.confirmSync": false,
"git.autofetch": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"gitlens.historyExplorer.enabled": true,
"todohighlight.isEnable": true,
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment