@lvce-editor/explorer-view 7.33.0 → 7.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/settings.json +7 -7
- package/package.json +1 -1
package/dist/settings.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Controls whether the Explorer uses chevrons instead of folder icons to show expanded and collapsed folders.",
|
|
5
5
|
"heading": "Use Chevrons",
|
|
6
6
|
"id": "explorer.useChevrons",
|
|
7
|
-
"type":
|
|
7
|
+
"type": "boolean",
|
|
8
8
|
"value": "true"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"description": "Controls whether the Explorer asks for confirmation before deleting files and folders.",
|
|
13
13
|
"heading": "Confirm Delete",
|
|
14
14
|
"id": "explorer.confirmdelete",
|
|
15
|
-
"type":
|
|
15
|
+
"type": "boolean",
|
|
16
16
|
"value": "true"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Controls whether the Explorer asks for confirmation before pasting files and folders.",
|
|
21
21
|
"heading": "Confirm Paste",
|
|
22
22
|
"id": "explorer.confirmpaste",
|
|
23
|
-
"type":
|
|
23
|
+
"type": "boolean",
|
|
24
24
|
"value": "false"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"description": "Controls whether files ignored by Git are decorated in the Explorer.",
|
|
29
29
|
"heading": "Git Ignore Decorations",
|
|
30
30
|
"id": "explorer.gitIgnoreDecorations",
|
|
31
|
-
"type":
|
|
31
|
+
"type": "boolean",
|
|
32
32
|
"value": "true"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"description": "Controls whether expanded folders are preserved for the current workspace when the Explorer rebuilds and across editor restarts.",
|
|
37
37
|
"heading": "Preserve Expand State",
|
|
38
38
|
"id": "explorer.preserveExpandState",
|
|
39
|
-
"type":
|
|
39
|
+
"type": "boolean",
|
|
40
40
|
"value": "true"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"description": "Controls whether source control decorations are shown in the Explorer.",
|
|
45
45
|
"heading": "Source Control Decorations",
|
|
46
46
|
"id": "explorer.sourceControlDecorations",
|
|
47
|
-
"type":
|
|
47
|
+
"type": "boolean",
|
|
48
48
|
"value": "true"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "Configures glob patterns for excluding files and folders from the Explorer.",
|
|
53
53
|
"heading": "Exclude",
|
|
54
54
|
"id": "files.exclude",
|
|
55
|
-
"type":
|
|
55
|
+
"type": "array",
|
|
56
56
|
"value": {
|
|
57
57
|
"**/.DS_Store": true,
|
|
58
58
|
"**/.git": true,
|