Skip to content

Commit

Permalink
build: configure vscode bazel integration (angular#29279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and DBowen33 committed Jul 3, 2024
1 parent 16dc2e9 commit ddca6b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"editor.formatOnSave": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.rulers": [100]
"editor.rulers": [100],
"bazel.buildifierExecutable": "node_modules/.bin/buildifier",
"bazel.buildifierFixOnFormat": true,
"bazel.executable": "node_modules/.bin/bazel"
}

0 comments on commit ddca6b3

Please sign in to comment.