We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1152f59 commit bad3d9eCopy full SHA for bad3d9e
crates/load-cargo/src/lib.rs
@@ -208,6 +208,7 @@ impl ProjectFolders {
208
let entry = {
209
let mut dirs = vfs::loader::Directories::default();
210
dirs.extensions.push("rs".into());
211
+ dirs.extensions.push("toml".into());
212
dirs.include.extend(root.include);
213
dirs.exclude.extend(root.exclude);
214
for excl in global_excludes {
0 commit comments