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.
2 parents 1152f59 + bad3d9e commit 8bfe0aaCopy full SHA for 8bfe0aa
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