Skip to content

Commit 6c28958

Browse files
committed
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 751dfa1 commit 6c28958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"recommendations": [
77
"ms-vscode.vscode-typescript-tslint-plugin",
88
"esbenp.prettier-vscode",
9-
"angular.ng-template"
9+
"angular.ng-template",
10+
"bazelbuild.vscode-bazel"
1011
]
1112
}

0 commit comments

Comments
 (0)