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-19 03:26:50 +0300
committerJackson Kearl <jakearl@microsoft.com>2022-03-19 03:26:50 +0300
commit4ae1f286715fe2f95f34d600d347cb9e65959ac1 (patch)
treebe0ba7b81e94f34fdc196251af9a80e7b7ad5589 /.vscode
parent8d8f68024fe78b8ef71a5211d7fff6d1df1ea95f (diff)
Promote file nesting out of experimental
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1a6af100bec..f8ff902e2d6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -95,7 +95,7 @@
"git",
"sash"
],
- "explorer.experimental.fileNesting.patterns": {
+ "explorer.fileNesting.patterns": {
"*.js": "$(capture).*.js",
"bootstrap.js": "bootstrap-*.js"
}