Auto merge of #15880 - lnicola:vfs-toml, r=Veykril
internal: Include toml files in the vfs Closes #15753
This commit is contained in:
commit
8bfe0aaba9
@ -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…
x
Reference in New Issue
Block a user