fileNesting

This commit is contained in:
Mike Phares 2023-02-03 16:08:17 -07:00
parent 0d55a2fbe0
commit c02a47aa3f

View File

@ -27,6 +27,8 @@
"editor.suggestSelection": "first", "editor.suggestSelection": "first",
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.openEditors.visible": 0, "explorer.openEditors.visible": 0,
"git.autofetch": false, "git.autofetch": false,
"git.confirmSync": false, "git.confirmSync": false,
@ -78,6 +80,9 @@
"path": "C:\\Program Files\\dotnet\\dotnet.exe" "path": "C:\\Program Files\\dotnet\\dotnet.exe"
} }
], ],
"explorer.fileNesting.patterns": {
"*": "$(capture).*"
},
"files.exclude": { "files.exclude": {
"**/.git": false "**/.git": false
}, },
@ -253,5 +258,8 @@
} }
] ]
} }
] ],
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
} }