Skip to content

Commit

Permalink
build: configure vscode bazel integration (#29279)
Browse files Browse the repository at this point in the history
(cherry picked from commit c7ced66)
  • Loading branch information
mmalerba committed Jun 19, 2024
1 parent 9c3242a commit 2dff093
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 2dff093

Please sign in to comment.