mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Nest Cargo.lock under Cargo.toml in Code
This commit is contained in:
parent
c0310c1e03
commit
4403dde711
1 changed files with 5 additions and 0 deletions
|
@ -1276,6 +1276,11 @@
|
|||
"$generated-end": {}
|
||||
}
|
||||
},
|
||||
"configurationDefaults": {
|
||||
"explorer.fileNesting.patterns": {
|
||||
"Cargo.toml": "Cargo.lock"
|
||||
}
|
||||
},
|
||||
"problemPatterns": [
|
||||
{
|
||||
"name": "rustc",
|
||||
|
|
Loading…
Reference in a new issue