mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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": {}
|
"$generated-end": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"configurationDefaults": {
|
||||||
|
"explorer.fileNesting.patterns": {
|
||||||
|
"Cargo.toml": "Cargo.lock"
|
||||||
|
}
|
||||||
|
},
|
||||||
"problemPatterns": [
|
"problemPatterns": [
|
||||||
{
|
{
|
||||||
"name": "rustc",
|
"name": "rustc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user