forked from Urban-Coalition/ArcCW_UC_Common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Urban Complete.code-workspace
49 lines (49 loc) · 1.11 KB
/
Urban Complete.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
{
"folders": [
{
"path": "../ArcCW/lua",
"name": "ArcCW Base"
},
{
"path": "../ArcCW_UC_Common/lua",
"name": "Urban Coalition Common"
},
{
"path": "../ArcCW_UD/lua",
"name": "Urban Decay"
},
{
"path": "../ArcCW_UR/lua",
"name": "Urban Renewal"
},
{
"path": "../ArcCW_UO/lua",
"name": "Urban Ordanance"
},
{
"path": "../ArcCW_UC_Galil/lua",
"name": "Urban One-off: Galil"
},
{
"path": "../ArcCW_UC_Lynx/lua",
"name": "Urban One-off: Honey Badger"
},
{
"path": "../ArcCW_UC_USP/lua",
"name": "Urban One-off: USP"
},
{
"path": "../ArcCW_UC_Extras/lua",
"name": "Urban Coalition Extras"
}
],
"settings": {
"editor.detectIndentation": false,
"editor.insertSpaces": true
},
"extensions": {
"recommendations": [
"venner.vscode-glua-enhanced"
]
}
}