Skip to content

Instantly share code, notes, and snippets.

@alisonjs
Created August 18, 2020 01:37
Show Gist options
  • Save alisonjs/9d7091a37cfa9101e30567c1e2ee67a3 to your computer and use it in GitHub Desktop.
Save alisonjs/9d7091a37cfa9101e30567c1e2ee67a3 to your computer and use it in GitHub Desktop.
VsCode Settings
{
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile" ,
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"workbench.colorTheme": "Omni",
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"emmet.syntaxProfiles": {"javascript": "jsx"},
"emmet.includeLanguages": { "javascript": "javascriptreact" },
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"git.autofetch": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment