Skip to content

Instantly share code, notes, and snippets.

@alexkrolick
Created March 9, 2018 20:42
Show Gist options
  • Save alexkrolick/cab3d49eb47d458772cceca177705a40 to your computer and use it in GitHub Desktop.
Save alexkrolick/cab3d49eb47d458772cceca177705a40 to your computer and use it in GitHub Desktop.
VSCode Extensions
{
// 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
// General
"dbaeumer.vscode-eslint",
"christian-kohler.path-intellisense",
"christian-kohler.npm-intellisense",
"jakob101.RelativePath",
"Tyriar.sort-lines",
"aaron-bond.better-comments",
"joelday.docthis",
"formulahendry.code-runner",
"PeterJausovec.vscode-docker",
"ria.elastic",
"jasonnutter.github-pr",
"codezombiech.gitignore",
"traBpUkciP.vscode-npm-scripts",
"ziyasal.vscode-open-in-github",
"esbenp.prettier-vscode",
"stkb.rewrap",
"pflannery.vscode-versionlens",
"MS-vsliveshare.vsliveshare",
"gamunu.vscode-yarn",
// Frontend/React
"msjsdiag.debugger-for-chrome",
"mrmlnc.vscode-scss",
"formulahendry.auto-rename-tag",
"clinyong.vscode-css-modules",
"pranaygp.vscode-css-peek",
"dsznajder.es7-react-js-snippets",
"andys8.jest-snippets",
"asvetliakov.snapshot-tools",
"shinnn.stylelint",
// Git
"eamodio.gitlens",
// Webpack/Babel
"wk-j.webpack-progress",
"waderyan.babelrc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment