-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathextensions.json
27 lines (26 loc) · 1.02 KB
/
extensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
// 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": [
"aessoft.aessoft-class-autocomplete",
"angular.ng-template",
"davidbabel.vscode-simpler-icons",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"ghaschel.vscode-angular-html",
"medzhidov.font-awesome-codes-html",
"michelemelluso.code-beautifier",
"mikael.angular-beastcode",
"samverschueren.final-newline",
"streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint",
"adrianwilczynski.toggle-hidden",
"deniszholob.angular-files-generator"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}