roll: pigweed pw_ide: Don't fail sync on missing clangd

If we don't find clangd anywhere when running `pw ide sync`, the sync
fails. Instead, we should cleanly handle the lack of clangd and
successfully complete the rest of the sync.

Fixes: 349189723
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236475
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 145b45747105fb95e5625c00a7533e5375d124ea

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: cda5ba673366d1..145b45747105fb
Roller-URL: https://ci.chromium.org/b/8736436716831042081
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I2a1e03aeed571c8a013a46953be10e6d55243e17
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/236835
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 756c03f..8c374fa 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-18.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8736437447468905537.
-    commit = "cda5ba673366d189e0ea326a0fa808df181730a7",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8736436716831042081.
+    commit = "145b45747105fb95e5625c00a7533e5375d124ea",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -59,8 +59,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-18.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8736437447468905537.
-    commit = "cda5ba673366d189e0ea326a0fa808df181730a7",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8736436716831042081.
+    commit = "145b45747105fb95e5625c00a7533e5375d124ea",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )