Skip to content

Commit bad3d9e

Browse files
committed
Include toml files in the vfs
1 parent 1152f59 commit bad3d9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/load-cargo/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ impl ProjectFolders {
208208
let entry = {
209209
let mut dirs = vfs::loader::Directories::default();
210210
dirs.extensions.push("rs".into());
211+
dirs.extensions.push("toml".into());
211212
dirs.include.extend(root.include);
212213
dirs.exclude.extend(root.exclude);
213214
for excl in global_excludes {

0 commit comments

Comments
 (0)