Skip to content

Instantly share code, notes, and snippets.

@m-goos
Created October 23, 2020 15:21
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 m-goos/b8ca7feabe67aead8b556301c5752e15 to your computer and use it in GitHub Desktop.
Save m-goos/b8ca7feabe67aead8b556301c5752e15 to your computer and use it in GitHub Desktop.
VS Code settings.json
{
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment