]> git.lizzy.rs Git - rust.git/commitdiff
Merge #9634
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 22 Jul 2021 11:43:05 +0000 (11:43 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 11:43:05 +0000 (11:43 +0000)
9634: minor update to excludeDirs doc r=lnicola a=dae

I saw reference to globs in #7755, but it doesn't look like they're
actually supported, and I had to dig through the source to discover
that the folders are relative to the workspace root. Further digging
was required to get VS Code from hanging for long periods trying to
watch giant Bazel folders that had already been excluded from Rust
Analyzer. Hopefully this tweak will save others the confusion :-)

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
1  2 
crates/rust-analyzer/src/config.rs

Simple merge