Skip to content

Instantly share code, notes, and snippets.

@vdelacou
Last active February 14, 2019 10:15
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 vdelacou/2300eeda736206e4fc858e5e5110d0a3 to your computer and use it in GitHub Desktop.
Save vdelacou/2300eeda736206e4fc858e5e5110d0a3 to your computer and use it in GitHub Desktop.
VsCode recommend extension for React or React-Native Project
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"codezombiech.gitignore"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment