Skip to content

Instantly share code, notes, and snippets.

@bpugh
Created August 24, 2017 20:03
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 bpugh/880f66bd307e30cfcae66f79549d30d5 to your computer and use it in GitHub Desktop.
Save bpugh/880f66bd307e30cfcae66f79549d30d5 to your computer and use it in GitHub Desktop.
My VS Code recommended extensions
{
// Recommended extensions for VS Code
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}.
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"xabikos.ReactSnippets",
"spoonscen.es6-mocha-snippets",
"Orta.vscode-jest",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment