Revert "Promote file nesting out of experimental"

Will continue with experimental rollout in order to investigate potential alternative configuration formats

This reverts commit 4ae1f28671.
This commit is contained in:
Jackson Kearl
2022-03-22 11:44:41 -07:00
parent f6533ad8b1
commit cc92ff83be
8 changed files with 27 additions and 37 deletions

View File

@@ -95,9 +95,9 @@
"git",
"sash"
],
"explorer.fileNesting.patterns": {
"explorer.experimental.fileNesting.patterns": {
"*.js": "$(capture).*.js",
"bootstrap.js": "bootstrap-*.js"
},
"explorer.fileNesting.enabled": true
"explorer.experimental.fileNesting.enabled": true
}