diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-08 21:21:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-08 21:21:00 +0800 |
| commit | 62fd90b639a0e24570c558738205d752d2d957bb (patch) | |
| tree | 57f326c6f18eecdb364663eb7a00e00aa97e6c7f /rust-analyzer.toml | |
| parent | 959dd519769fa802e585b233e2caf76191021f30 (diff) | |
Exclude compile_info.rs from rust-analyzer file watcher
Diffstat (limited to 'rust-analyzer.toml')
| -rw-r--r-- | rust-analyzer.toml | 3 |
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 |
