mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 20:41:08 +00:00
fix(lang.rust): rust-analyzer hanging on root scanned (#6178)
## Description I encounter the RA hanging problem when coding on next.js project, and found the solution to fix this at here . https://github.com/rust-lang/rust-analyzer/issues/12613#issuecomment-2096386344
This commit is contained in:
parent
66e927fd9d
commit
7bf8c22c56
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ return {
|
||||||
"venv",
|
"venv",
|
||||||
".venv",
|
".venv",
|
||||||
},
|
},
|
||||||
|
-- Avoid Roots Scanned hanging, see https://github.com/rust-lang/rust-analyzer/issues/12613#issuecomment-2096386344
|
||||||
|
watcher = "client",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue