Skip to content

Commit 7f2b7c7

Browse files
Add VSCode settings for file nesting in the explorer
This commit introduces a new settings.json file in the .vscode directory to enable file nesting in the explorer. The configuration specifies patterns for grouping related files, enhancing project organization and navigation within the IDE.
1 parent 76e0016 commit 7f2b7c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ingestion/.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"explorer.fileNesting.enabled": true,
3+
"explorer.fileNesting.patterns": {
4+
"package.json": "package-lock.json, .env, .env.example, .gitignore, .prettierrc, Dockerfile, nodemon.json, tsconfig.json, *.lock, README.md"
5+
}
6+
}

0 commit comments

Comments
 (0)