mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 02:27:53 +01:00
@@ -460,7 +460,7 @@ configurationRegistry.registerConfiguration({
|
||||
},
|
||||
'explorer.experimental.fileNesting.expand': {
|
||||
'type': 'boolean',
|
||||
'markdownDescription': nls.localize('fileNestingExpand', "Experimental. Controls whether file nests are automatically expended. `#explorer.experimental.fileNesting.enabled#` must be set for this to take effect."),
|
||||
'markdownDescription': nls.localize('fileNestingExpand', "Experimental. Controls whether file nests are automatically expanded. `#explorer.experimental.fileNesting.enabled#` must be set for this to take effect."),
|
||||
'default': true,
|
||||
},
|
||||
'explorer.experimental.fileNesting.patterns': {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* A sort of double-ended trie, used to efficiently query for matches to "star" patterns, where
|
||||
* a given key representas a parent and may contain a capturing group ("*"), which can then be
|
||||
* a given key represents a parent and may contain a capturing group ("*"), which can then be
|
||||
* referenced via the token "$(capture)" in associated child patterns.
|
||||
*
|
||||
* The generated tree will have at most two levels, as subtrees are flattened rather than nested.
|
||||
|
||||
Reference in New Issue
Block a user