CheatMenuSA/.vscode/settings.json
Grinch_ 2a6fdb1c72 Bug fixes & new stuff
1. Fixed issue with radio scroll #45
2. Fixed crash with renderhook
3. Refactored code
4. Added option to control neon pulsing
5. Fixed a issue with huge crosshair when huge dmg is enabled
2021-01-08 03:07:45 +06:00

80 lines
2.0 KiB
JSON

{
"files.associations": {
"iosfwd": "cpp",
"xlocbuf": "cpp",
"filesystem": "cpp",
"xlocale": "cpp",
"xstring": "cpp",
"xutility": "cpp",
"ostream": "cpp",
"algorithm": "cpp",
"array": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"functional": "cpp",
"initializer_list": "cpp",
"ios": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"memory": "cpp",
"new": "cpp",
"numeric": "cpp",
"ratio": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"valarray": "cpp",
"vector": "cpp",
"xfacet": "cpp",
"xfunctional": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xmemory0": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"iomanip": "cpp",
"*.def": "cpp",
"atomic": "cpp",
"compare": "cpp",
"concepts": "cpp",
"charconv": "cpp",
"condition_variable": "cpp",
"mutex": "cpp",
"optional": "cpp",
"shared_mutex": "cpp",
"thread": "cpp"
},
"C_Cpp.errorSquiggles": "Enabled",
"C_Cpp.intelliSenseEngineFallback": "Enabled"
}