Skip to content

Instantly share code, notes, and snippets.

@brunocicom
Created January 12, 2022 12:56
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 brunocicom/c49360d122746e159558f5a20efce093 to your computer and use it in GitHub Desktop.
Save brunocicom/c49360d122746e159558f5a20efce093 to your computer and use it in GitHub Desktop.
Angular extensions for .vscode
{
// See https://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": [
"mintlify.document",
"Angular.ng-template",
"Mikael.Angular-BeastCode",
"johnpapa.Angular2",
"HookyQR.beautify",
"kisstkondoros.vscode-codemetrics",
"dbaeumer.vscode-eslint",
"vscode.git",
"donjayamanne.githistory",
"GitHub.copilot",
"NicolasVuillamy.vscode-groovy-lint",
"oderwat.indent-rainbow",
"yzhang.markdown-all-in-one",
"eg2.vscode-npm-script",
"Gruntfuggly.todo-tree",
"ms-vscode.vscode-typescript-tslint-plugin",
"pkosta2006.rxjs-snippets"
],
// 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