Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Kearl <jakearl@microsoft.com>2022-03-22 21:44:41 +0300
committerJackson Kearl <jakearl@microsoft.com>2022-03-22 21:44:51 +0300
commitcc92ff83be4438632cd6456cf4a8a59683db9343 (patch)
treefed67f84003f8196b95d7a54746204615b0260e9 /.vscode/settings.json
parentf6533ad8b137558a705015233d5302c17632f78c (diff)
Revert "Promote file nesting out of experimental"
Will continue with experimental rollout in order to investigate potential alternative configuration formats This reverts commit 4ae1f286715fe2f95f34d600d347cb9e65959ac1.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index df71c841d7e..02813fa947e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -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
}