From 12417a9be7957d2764d132d2429ce809ba4325e5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 5 Jul 2026 19:38:48 +0200 Subject: [PATCH] chore: scope rust-analyzer to the firmware crate Pin linkedProjects so RA stops checking the new host spike crate against the xtensa target. --- .zed/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.zed/settings.json b/.zed/settings.json index 771d6d7..76bd75b 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -6,6 +6,7 @@ "arguments": [] }, "initialization_options": { + "linkedProjects": ["firmware/Cargo.toml"], "cargo": { "target": "xtensa-esp32s3-espidf", "allTargets": false