mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
112 lines
2.4 KiB
Plaintext
112 lines
2.4 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "renderer",
|
|
"path": "renderer"
|
|
},
|
|
{
|
|
"name": "main",
|
|
"path": "main"
|
|
},
|
|
{
|
|
"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": [
|
|
"activegem",
|
|
"Atzoatl",
|
|
"azmeri",
|
|
"Basetype",
|
|
"corruptionjewel",
|
|
"Defences",
|
|
"DIVCARD",
|
|
"divinable",
|
|
"edps",
|
|
"exiledexchange",
|
|
"heistequipment",
|
|
"heistmission",
|
|
"heistreward",
|
|
"heisttool",
|
|
"heistutility",
|
|
"heistweapon",
|
|
"ilvl",
|
|
"Invictus",
|
|
"Jewelery",
|
|
"Kalandra",
|
|
"keybind",
|
|
"keybinds",
|
|
"Knockback",
|
|
"metagem",
|
|
"Morior",
|
|
"nonunique",
|
|
"oneaxe",
|
|
"onemace",
|
|
"onesword",
|
|
"onlineleague",
|
|
"pdps",
|
|
"Poedb",
|
|
"Poeninja",
|
|
"runedagger",
|
|
"stormcloud's",
|
|
"supportgem",
|
|
"Synthesised",
|
|
"twoaxe",
|
|
"twomace",
|
|
"twosword",
|
|
"uniquefoil",
|
|
"uniquejewel",
|
|
"vitepress",
|
|
"Warstaff",
|
|
"WAYSTONE",
|
|
"xchg",
|
|
"Zorder"
|
|
],
|
|
"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"
|
|
}
|
|
}
|