Skip to content

Commit 977a029

Browse files
committed
Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola
feat: Nest Cargo.lock under Cargo.toml in Code Closes #13580
2 parents 236c116 + 4403dde commit 977a029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,11 @@
12911291
"$generated-end": {}
12921292
}
12931293
},
1294+
"configurationDefaults": {
1295+
"explorer.fileNesting.patterns": {
1296+
"Cargo.toml": "Cargo.lock"
1297+
}
1298+
},
12941299
"problemPatterns": [
12951300
{
12961301
"name": "rustc",

0 commit comments

Comments
 (0)