rust-analyzer.files.exclude
does not appear to work.
#7710
Labels
A-vscode
vscode plugin issues
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
VS Code plugin version: 0.2.384
Operating system: macOS
With the above setting, when I run
lsof -p ...
against the pid of rust-analyzer-mac, I still see:I have the problem that my repository contains a large amount of directories and I really need many of them to be skipped, otherwise rust-analyzer's package scan takes multiple hours to complete.
I found this setting has gone through an unfortunate identity crisis.
rust-analyzer.excludeGlobs
torust-analyzer.files.exclude
torust-analyzer.files.excludeDirs
inside of a year. I'm using what appears to be defined inside of mypackages.json
.The text was updated successfully, but these errors were encountered: