We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53e73 commit 751dfa1Copy full SHA for 751dfa1
.vscode/extensions.json
@@ -3,5 +3,9 @@
3
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
5
// List of extensions which should be recommended for users of this workspace.
6
- "recommendations": ["ms-vscode.vscode-typescript-tslint-plugin", "esbenp.prettier-vscode"]
+ "recommendations": [
7
+ "ms-vscode.vscode-typescript-tslint-plugin",
8
+ "esbenp.prettier-vscode",
9
+ "angular.ng-template"
10
+ ]
11
}
0 commit comments