Skip to content

Commit

Permalink
chore: Update VSCode file nesting settings
Browse files Browse the repository at this point in the history
This commit updates the VSCode file nesting settings in the `.vscode/settings.json` file. It adds the `"explorer.fileNesting.expand": false` configuration to disable the automatic expansion of nested files in the file explorer. This change improves the organization and navigation of files in the project.

Co-authored-by: dependabot[bot] <[email protected]>
senkenn and dependabot[bot] committed Jun 18, 2024
1 parent c69b97a commit f38ae94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -38,5 +38,6 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*": "${basename}.*.${extname}"
}
},
"explorer.fileNesting.expand": false
}

0 comments on commit f38ae94

Please sign in to comment.