mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Merge commit '141fc695dc
' into sync-from-ra
This commit is contained in:
parent
d45ff2484f
commit
59f5d51852
131 changed files with 2216 additions and 974 deletions
|
@ -208,6 +208,7 @@ impl ProjectFolders {
|
|||
let entry = {
|
||||
let mut dirs = vfs::loader::Directories::default();
|
||||
dirs.extensions.push("rs".into());
|
||||
dirs.extensions.push("toml".into());
|
||||
dirs.include.extend(root.include);
|
||||
dirs.exclude.extend(root.exclude);
|
||||
for excl in global_excludes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue