From 6ddc02a81503b7e595942c2eac645f8cc57cfe7c Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 29 May 2026 09:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20rust-analyzer=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BB=8E=20JSON=20=E8=BF=81=E7=A7=BB=E4=B8=BA=20TOML=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- rust-analyzer.json | 12 ------------ rust-analyzer.toml | 4 ++++ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 rust-analyzer.json create mode 100644 rust-analyzer.toml diff --git a/rust-analyzer.json b/rust-analyzer.json deleted file mode 100644 index 62f6f05..0000000 --- a/rust-analyzer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "linkedProjects": ["Cargo.toml"], - "files": { - "exclude": [ - "node_modules", - "public", - ".dioxus", - ".omc", - "dist" - ] - } -} diff --git a/rust-analyzer.toml b/rust-analyzer.toml new file mode 100644 index 0000000..cedcfea --- /dev/null +++ b/rust-analyzer.toml @@ -0,0 +1,4 @@ +linkedProjects = ["Cargo.toml"] + +[files] +exclude = ["node_modules", "public", ".dioxus", ".omc", "dist"]