Skip to content

Commit c7ced66

Browse files
authored
build: configure vscode bazel integration (angular#29279)
1 parent 5b52082 commit c7ced66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"editor.formatOnSave": true
2222
},
2323
"typescript.tsdk": "node_modules/typescript/lib",
24-
"editor.rulers": [100]
24+
"editor.rulers": [100],
25+
"bazel.buildifierExecutable": "node_modules/.bin/buildifier",
26+
"bazel.buildifierFixOnFormat": true,
27+
"bazel.executable": "node_modules/.bin/bazel"
2528
}

0 commit comments

Comments
 (0)