feat(settings/explorer): enable file nesting

This commit is contained in:
Jim Myhrberg
2025-03-12 12:14:35 +00:00
parent 768dd3442f
commit b137019b19

View File

@@ -111,6 +111,10 @@
// MARK: Explorer
// ===========================================================================
//
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.go": "${capture}_test.go, ${capture}_example_test.go, ${capture}_internal_test.go, ${capture}_integration_test.go"
},
"explorer.sortOrder": "mixed",
"explorer.sortOrderLexicographicOptions": "unicode",
//