Files
Exiled-Exchange-2/exiled-exchange-2.code-workspace
T
Kvan7 5c5d075e13 Features/marketInfo (#761)
* Add volumes to trends

* Add rounding large numbers

* Add settings for volume amount

* Apply settings

* Add volume max currency

* Add ninja link on volume

* i18n

* comments
2025-12-07 15:12:37 -06:00

187 lines
4.8 KiB
Plaintext

{
"folders": [
{
"name": "renderer",
"path": "renderer"
},
{
"name": "main",
"path": "main"
},
{
"name": "dataParser",
"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
},
"cSpell.words": [
"activegem",
"Aequo",
"Aeterno",
"Ailith's",
"Assailum",
"Astramentis",
"Atalui's",
"Atziri's",
"Atzoatl",
"azmeri",
"Barya",
"Basetype",
"Beastrite",
"Beetlebite",
"Blackblooded",
"Catalysing",
"Chayula's",
"corruptionjewel",
"craftable",
"Crystallisation",
"Defences",
"DIVCARD",
"divinable",
"edps",
"Einhar's",
"Estazunti",
"exiledexchange",
"Garukhan's",
"Hateforge",
"heistequipment",
"heistmission",
"heistreward",
"heisttool",
"heistutility",
"heistweapon",
"Hinekora's",
"Homogenising",
"hotkeyable",
"ilvl",
"implicits",
"Invictus",
"Ipse",
"Ixchel's",
"Jewelery",
"Kalandra",
"Kalguuran",
"Kaom's",
"keybind",
"keybinds",
"Knockback",
"Kulemak's",
"Kurgal's",
"Lich",
"Mahuxotl's",
"Manchettes",
"metagem",
"millis",
"Morior",
"Netol's",
"nonunique",
"Olroth's",
"Olrovasara",
"oneaxe",
"onemace",
"onesword",
"onlineleague",
"Otherworldy",
"packsize",
"Pandemonius",
"Paquate's",
"pathofexile",
"pdps",
"Poedb",
"Poeninja",
"Rakiata's",
"Rigwald's",
"runedagger",
"Sekhema's",
"shortcircuit",
"sparkline",
"Spiritbone",
"stormcloud's",
"Strugglescream",
"supportgem",
"Svalinn",
"Synthesised",
"Tangmazu's",
"Tawhoa's",
"Techrod's",
"Tecrod's",
"Temporalis",
"tmid",
"Trialmaster's",
"twoaxe",
"twomace",
"twosword",
"Uhtred's",
"uniquefoil",
"uniquejewel",
"Varashta's",
"vitepress",
"Warstaff",
"WAYSTONE",
"Waystones",
"Wyrm",
"xchg",
"Xesht's",
"Xoph's",
"Zarokh's",
"Zerphi's",
"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",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.vue": "$(capture).ts",
"*.ts": "$(capture).js, $(capture).d.ts, $(capture).map, $(capture).test.ts",
"*.js": "$(capture).js.map, $(capture).min.js, $(capture).d.ts, $(capture).test.js",
"*.jsx": "$(capture).js",
"*.tsx": "$(capture).ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": ".*, eslint.config.ts, CLAUDE.md, AGENTS.md, bun.lock, docker-compose.yml, docker-compose.yaml, dagger.json, env.d.ts, postcss.config.ts, vitest.config.*.ts, Dockerfile, railway.json, vitest.config.*.ts, uuid-rocks.code-workspace, astro.config.ts, ndstories.code-workspace, wrangler.jsonc, workflows.code-workspace, astroblog.code-workspace, astro.config.mjs, drizzle.config.ts, Earthfile, workers.code-workspace, Justfile, CHANGELOG.md, vitest.config.ts, vitest.workspace.ts, postcss.config.mjs, vite.config.ts, worker-configuration.d.ts, README.md, package-lock.json, yarn.lock, postcss.config.js, remix.config.js, remix.env.d.ts, tailwind.config.js, tsconfig.json, server.ts, tailwind.config.ts, turbo.jsonc, LICENSE, pnpm-lock.yaml, pnpm-workspace.yaml, vite.config.mjs, electron-builder.yml, vite.config.mts"
},
}
}