mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings/file-nesting): expand patterns and siable file nesting
While I like the idea of file nesting, when actually enabled I find it makes me feel uncomfortable, and I kind of hate it.
This commit is contained in:
@@ -111,9 +111,13 @@
|
||||
// MARK: Explorer
|
||||
// ===========================================================================
|
||||
//
|
||||
"explorer.fileNesting.enabled": true,
|
||||
// I like the idea of file nesting, but in practise I find myself hating it :(
|
||||
"explorer.fileNesting.enabled": false,
|
||||
"explorer.fileNesting.patterns": {
|
||||
"*.go": "${capture}_test.go, ${capture}_example_test.go, ${capture}_internal_test.go, ${capture}_integration_test.go"
|
||||
"*.go": "${capture}_test.go, ${capture}_example_test.go, ${capture}_integration_test.go, ${capture}_internal_test.go",
|
||||
"Brewfile": "Brewfile.lock.json",
|
||||
"Gemfile": "Gemfile.lock",
|
||||
"go.mod": "go.sum"
|
||||
},
|
||||
"explorer.sortOrder": "mixed",
|
||||
"explorer.sortOrderLexicographicOptions": "unicode",
|
||||
|
||||
Reference in New Issue
Block a user