From b0bb94d184fc653722792031aa6c3dc2f32e31c1 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 28 May 2026 16:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20rust-analyzer=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=8E=92=E9=99=A4=E6=97=A0=E5=85=B3=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=BB=A5=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- rust-analyzer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rust-analyzer.json diff --git a/rust-analyzer.json b/rust-analyzer.json new file mode 100644 index 0000000..62f6f05 --- /dev/null +++ b/rust-analyzer.json @@ -0,0 +1,12 @@ +{ + "linkedProjects": ["Cargo.toml"], + "files": { + "exclude": [ + "node_modules", + "public", + ".dioxus", + ".omc", + "dist" + ] + } +}