forked from Kvan7/Exiled-Exchange-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexiled-exchange-2.code-workspace
More file actions
79 lines (79 loc) · 1.83 KB
/
exiled-exchange-2.code-workspace
File metadata and controls
79 lines (79 loc) · 1.83 KB
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
{
"folders": [
{
"name": "renderer",
"path": "renderer"
},
{
"name": "main",
"path": "main"
},
{
"name": "Data Parser",
"path": "dataParser"
},
{
"name": "docs",
"path": "docs"
},
{
"name": "root",
"path": "."
}
],
"settings": {
"files.exclude": {
"main/": true,
"renderer/": true,
"docs/": true,
"dist/": true,
"dataParser/": true
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true
},
"conventionalCommits.scopes": [
"Update to 2"
],
"cSpell.words": [
"corruptionjewel",
"DIVCARD",
"edps",
"ilvl",
"nonunique",
"onlineleague",
"pdps",
"uniquefoil",
"uniquejewel",
"Warstaff",
"WAYSTONE"
],
"files.associations": {
"*.ndjson": "jsonl",
"*.ndjson.old": "jsonl"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f7c47",
"activityBar.background": "#2f7c47",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47",
"statusBar.background": "#215732",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f7c47",
"statusBarItem.remoteBackground": "#215732",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#21573299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#215732"
}
}