From 62fd90b639a0e24570c558738205d752d2d957bb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 8 Mar 2026 21:21:00 +0800 Subject: Exclude compile_info.rs from rust-analyzer file watcher --- rust-analyzer.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-analyzer.toml b/rust-analyzer.toml index 0a09afa..0754abc 100644 --- a/rust-analyzer.toml +++ b/rust-analyzer.toml @@ -27,6 +27,9 @@ check.command = "clippy" check.extraArgs = ["--all-features"] files.watcher = "client" +files.excludeDirs = [ + "src/data/compile_info.rs" +] macroExpansion.mode = "hir" macroExpansion.maxDepth = 32 -- cgit