summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-08 21:21:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-08 21:21:00 +0800
commit62fd90b639a0e24570c558738205d752d2d957bb (patch)
tree57f326c6f18eecdb364663eb7a00e00aa97e6c7f
parent959dd519769fa802e585b233e2caf76191021f30 (diff)
Exclude compile_info.rs from rust-analyzer file watcher
-rw-r--r--rust-analyzer.toml3
1 files changed, 3 insertions, 0 deletions
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