Files
Exiled-Exchange-2/exiled-exchange-2.code-workspace
Kvan7 d9706290d0 v0.1.0 (#59)
* Features/prettier (#43)

* prettier cause of course

* Adds prettier and item parsing

* lint

* lint 23

* Features/addAnonVodkaPython (#45)

* lots of json

* add width and height update files

* ignore

* update stats

* remove ward and pseudo stats

* Add option to always close overlay (#48)

Fixes #47

I haven't tested this, but it should work fine.

* Features/updateParser (#53)

* logs

* Kinda sorta works?

* switch chaos to ex

* adds flasks and whetstone

* Fix charms

* update phys rune

* add todo

* cleanup

* add pull script

* Trade tag and icons for bulk items (#54)

* Append trade tag and icon for bulk items

* Update items

* update json

* update images & add ref images for later

* bump version

* fix uncut gems

#58
2024-12-14 12:12:33 -06:00

46 lines
741 B
Plaintext

{
"folders": [
{
"name": "renderer",
"path": "renderer"
},
{
"name": "main",
"path": "main"
},
{
"name": "DataStore",
"path": "./renderer/public/.DS_Store"
},
{
"name": "docs",
"path": "docs"
},
{
"name": "root",
"path": "."
}
],
"settings": {
"files.exclude": {
"main/": true,
"renderer/": true,
"docs/": true,
"dist/": true
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"conventionalCommits.scopes": [
"Update to 2"
],
"cSpell.words": [
"edps",
"ilvl",
"nonunique",
"onlineleague",
"pdps",
"uniquefoil",
"WAYSTONE"
]
}
}