Skip to content

Commit 61a089e

Browse files
authored
build(multiple): Recommend installing the angular language service extension and bazel extension (angular#32599)
build(multiple): recommend installing the bazel extension Since the repo uses Bazel, installing the Bazel extension will give syntax highlighting and other features
1 parent 2abbbf5 commit 61a089e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44

55
// List of extensions which should be recommended for users of this workspace.
6-
"recommendations": ["ms-vscode.vscode-typescript-tslint-plugin", "esbenp.prettier-vscode"]
6+
"recommendations": [
7+
"ms-vscode.vscode-typescript-tslint-plugin",
8+
"esbenp.prettier-vscode",
9+
"angular.ng-template",
10+
"bazelbuild.vscode-bazel"
11+
]
712
}

0 commit comments

Comments
 (0)