mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
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:
commit
977a029c1e
@ -1291,6 +1291,11 @@
|
||||
"$generated-end": {}
|
||||
}
|
||||
},
|
||||
"configurationDefaults": {
|
||||
"explorer.fileNesting.patterns": {
|
||||
"Cargo.toml": "Cargo.lock"
|
||||
}
|
||||
},
|
||||
"problemPatterns": [
|
||||
{
|
||||
"name": "rustc",
|
||||
|
Loading…
Reference in New Issue
Block a user