Skip to content

Commit

Permalink
Include toml files in the vfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 12, 2023
1 parent 1152f59 commit bad3d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/load-cargo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bad3d9e

Please sign in to comment.