| commit | 1f513e5ad4bd065e999a4c1d52526fb881328ee7 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Jul 31 18:26:15 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Fri Aug 01 00:55:00 2025 +0000 |
| tree | cff49b127699b40f71e17f728ebb7b061b37f579 | |
| parent | 778649edf3e2083b35300238635d315100e5f1b8 [diff] |
.vscode: wire buildifier to bazel target Change-Id: I5785096f0f26d262f536e5ea49a0fea41d5b5c10 Reviewed-on: https://review.monogon.dev/c/monogon/+/4491 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6224c63..5fdb473 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json
@@ -23,5 +23,6 @@ "bazel-testlogs/**": true, ".bazeldnf/**": true, }, - "bazel.executable": "tools/bazel" + "bazel.executable": "tools/bazel", + "bazel.buildifierExecutable": "@buildifier_prebuilt//:buildifier", } \ No newline at end of file