-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatchwreck.code-workspace
112 lines (112 loc) · 2.95 KB
/
patchwreck.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"folders": [
{
"path": "./Dragon Temple - Azure Oculus",
"name": "Azure Oculus"
},
{
"path": "./broken_clock_pack",
"name": "Broken Clock Pack"
},
{
"path": "./ehid (gibbs)",
"name": "EHID (gibbs)"
},
{
"path": "./enderayo",
"name": "Enderayo"
},
{
"path": "./endscape",
"name": "Endscape"
},
{
"path": "./euclidean_nightmare_pack",
"name": "Euclidean Nightmare Pack"
},
{
"path": "./GoldenAdventureFunctions",
"name": "Golden Adventure Functions"
},
{
"path": "./invi",
"name": "Invi"
},
{
"path": "./Matt97_Patchwreck",
"name": "Matt97 Patchwreck"
},
{
"path": "./motion (suso & cooley)",
"name": "Motion (suso & cooley)"
},
{
"path": "./patchwreck cooley",
"name": "Patchwreck Cooley"
},
{
"path": "./potatopack",
"name": "Potatopack"
},
{
"path": "./patchwreck",
"name": "Patchwreck"
},
{
"path": "./speedy attacks (gibbs)",
"name": "Speedy Attacks (gibbs)"
},
{
"path": "./spotweakness",
"name": "Spot Weakness"
},
{
"path": "./vertagen",
"name": "Vertagen"
},
{
"path": ".",
"name": "Workspace"
}
],
"settings": {
"[json]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true,
"editor.tabSize": 2
},
"datapack.env.cmdVersion": "1.19.3",
"datapack.env.dataVersion": "1.19.3",
"editor.formatOnSave": true,
"files.exclude": {
"broken_clock_pack": true,
"Dragon Temple - Azure Oculus": true,
"ehid (gibbs)": true,
"enderayo": true,
"endscape": true,
"euclidean_nightmare_pack": true,
"GoldenAdventureFunctions": true,
"invi": true,
"Matt97_Patchwreck": true,
"motion (suso & cooley)": true,
"patchwreck": true,
"patchwreck cooley": true,
"patchwreckdim": true,
"potatopack": true,
"speedy attacks (gibbs)": true,
"spotweakness": true,
"vertagen": true
}
},
"extensions": {
"recommendations": [
"arcensoth.language-mcfunction",
"SPGoding.datapack-language-server"
]
}
}