fix(lang.rust): RA hanging on root scanned

This commit is contained in:
xusd320 2025-06-15 18:17:32 +08:00
parent 25abbf546d
commit 95a21f964f

View file

@ -104,6 +104,8 @@ return {
"venv", "venv",
".venv", ".venv",
}, },
-- Avoid Roots Scanned hanging, see https://github.com/rust-lang/rust-analyzer/issues/12613#issuecomment-2096386344
watcher = "client",
}, },
}, },
}, },