Skip to content

Commit ba0a1f5

Browse files
committed
fix change explorer.fileNesting.enabled to false, reorder the configuartion
1 parent cc5f563 commit ba0a1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// "window.nativeTabs": true,
3-
"window.zoomLevel": -1,
3+
"window.zoomLevel": -2,
44
"window.commandCenter": false,
55

66
"diffEditor.ignoreTrimWhitespace": false,
@@ -18,7 +18,7 @@
1818
"editor.fontFamily": "MesloLGS NF",
1919
"editor.minimap.enabled": false,
2020
// file nesting
21-
"explorer.fileNesting.enabled": true,
21+
"explorer.fileNesting.enabled": false,
2222
"explorer.fileNesting.expand": false,
2323
"explorer.fileNesting.patterns": {
2424
"//": "Last update at 27/03/2024, 12:41:56",

0 commit comments

Comments
 (0)