Skip to content

Instantly share code, notes, and snippets.

@jessemlay
Last active February 19, 2018 23:17
Show Gist options
  • Save jessemlay/a19f4f09431eab0d4ab578bd877304a1 to your computer and use it in GitHub Desktop.
Save jessemlay/a19f4f09431eab0d4ab578bd877304a1 to your computer and use it in GitHub Desktop.
Settings for Vscode
{
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"git.confirmSync": false,
"editor.formatOnSave": true,
"vsicons.projectDetection.autoReload": true,
"git.autofetch": true,
"gitlens.gitExplorer.files.layout": "auto",
"window.zoomLevel": 0,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.map": {
"when": "$(basename).map"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment