Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola

feat: Nest Cargo.lock under Cargo.toml in Code

Closes #13580
This commit is contained in:
bors 2022-11-08 08:44:43 +00:00
commit 977a029c1e

View File

@ -1291,6 +1291,11 @@
"$generated-end": {} "$generated-end": {}
} }
}, },
"configurationDefaults": {
"explorer.fileNesting.patterns": {
"Cargo.toml": "Cargo.lock"
}
},
"problemPatterns": [ "problemPatterns": [
{ {
"name": "rustc", "name": "rustc",