Skip to content

Instantly share code, notes, and snippets.

@michalczukm
Last active July 9, 2018 00:07
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 michalczukm/ab384024c6d30f01a3e894ed500c6760 to your computer and use it in GitHub Desktop.
Save michalczukm/ab384024c6d30f01a3e894ed500c6760 to your computer and use it in GitHub Desktop.
VS Code recommended workspace extensions for any Angular project (and not only :) )
{
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"angular.ng-template",
"mikael.angular-beastcode",
"msjsdiag.debugger-for-chrome",
"ryu1kn.annotator",
"hookyqr.beautify",
"streetsidesoftware.code-spell-checker",
"alefragnani.bookmarks",
"editorconfig.editorconfig",
"christian-kohler.path-intellisense",
"christian-kohler.npm-intellisense",
"pnp.polacode",
"robinbentley.sass-indented",
"eg2.tslint",
"eamodio.gitlens",
"simontest.simontes"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment