Skip to content

Commit

Permalink
build: configure vscode bazel integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Jun 18, 2024
1 parent aaea0e2 commit 7737012
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 7737012

Please sign in to comment.