Created
January 12, 2022 12:56
-
-
Save brunocicom/c49360d122746e159558f5a20efce093 to your computer and use it in GitHub Desktop.
Angular extensions for .vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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