Skip to content

Instantly share code, notes, and snippets.

@ssisaias
Last active June 9, 2020 01:02
Show Gist options
  • Save ssisaias/7da9998f8a6669eac8e8e7f0153d388f to your computer and use it in GitHub Desktop.
Save ssisaias/7da9998f8a6669eac8e8e7f0153d388f to your computer and use it in GitHub Desktop.
VS Code Setting (JSON)
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 3500,
"breadcrumbs.enabled": true,
"emmet.syntaxProfiles": {"javascript": "jsx"},
"emmet.includeLanguages": {"javascript": "javascriptreact"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment