mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings/explorer): enable file nesting
This commit is contained in:
@@ -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",
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user