diff options
| author | bors <bors@rust-lang.org> | 2022-11-08 08:44:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-08 08:44:43 +0000 |
| commit | 977a029c1ec97a62810943bcdc8c6e540ad16baa (patch) | |
| tree | ac42b37f79755ef32330f7ef5899a1e6e53deb5a | |
| parent | 236c1167cc3deef34dd6edc25831b8b37404e709 (diff) | |
| parent | 4403dde711dd947670b1cf52e39c25a91edd9f4e (diff) | |
| download | rust-977a029c1ec97a62810943bcdc8c6e540ad16baa.tar.gz rust-977a029c1ec97a62810943bcdc8c6e540ad16baa.zip | |
Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola
feat: Nest Cargo.lock under Cargo.toml in Code Closes #13580
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 75e94af6fd2..0c781659604 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1291,6 +1291,11 @@ "$generated-end": {} } }, + "configurationDefaults": { + "explorer.fileNesting.patterns": { + "Cargo.toml": "Cargo.lock" + } + }, "problemPatterns": [ { "name": "rustc", |
