mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00

* Simplify the number of objects suggested for replacing * Simplify the number of behavior properties suggested for tweaking * New section to update the in-game title * Simplify publication at the end of the flow
137 lines
3.2 KiB
JSON
137 lines
3.2 KiB
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.associations": {
|
|
"*.idl": "java",
|
|
"Fastfile": "ruby",
|
|
"iosfwd": "cpp",
|
|
"functional": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"algorithm": "cpp",
|
|
"random": "cpp",
|
|
"__config": "cpp",
|
|
"cstddef": "cpp",
|
|
"exception": "cpp",
|
|
"initializer_list": "cpp",
|
|
"new": "cpp",
|
|
"stdexcept": "cpp",
|
|
"typeinfo": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"complex": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"memory": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"streambuf": "cpp",
|
|
"hashtable": "cpp",
|
|
"tuple": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"deque": "cpp",
|
|
"iterator": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"queue": "cpp",
|
|
"regex": "cpp",
|
|
"set": "cpp",
|
|
"stack": "cpp",
|
|
"string": "cpp",
|
|
"vector": "cpp",
|
|
"iostream": "cpp",
|
|
"__functional_03": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__tree": "cpp",
|
|
"bitset": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__mutex_base": "cpp",
|
|
"fstream": "cpp",
|
|
"ios": "cpp",
|
|
"__locale": "cpp",
|
|
"valarray": "cpp",
|
|
"freeglut_spaceball.c": "cpp",
|
|
"__tuple": "cpp",
|
|
"hash_map": "cpp",
|
|
"hash_set": "cpp",
|
|
"system_error": "cpp",
|
|
"__nullptr": "cpp",
|
|
"__functional_base": "cpp",
|
|
"__functional_base_03": "cpp",
|
|
"chrono": "cpp",
|
|
"ratio": "cpp",
|
|
"atomic": "cpp",
|
|
"locale": "cpp",
|
|
"string_view": "cpp",
|
|
"__string": "cpp",
|
|
"cstring": "cpp",
|
|
"iomanip": "cpp",
|
|
"cstdint": "cpp",
|
|
"forward_list": "cpp",
|
|
"mutex": "cpp",
|
|
"__hash": "cpp",
|
|
"__debug": "cpp",
|
|
"__threading_support": "cpp",
|
|
"any": "cpp",
|
|
"array": "cpp",
|
|
"cinttypes": "cpp",
|
|
"numeric": "cpp",
|
|
"__memory": "cpp",
|
|
"__errc": "cpp",
|
|
"__node_handle": "cpp",
|
|
"bit": "cpp",
|
|
"optional": "cpp",
|
|
"filesystem": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"xfacet": "cpp",
|
|
"xhash": "cpp",
|
|
"xiosbase": "cpp",
|
|
"xlocale": "cpp",
|
|
"xlocinfo": "cpp",
|
|
"xlocmon": "cpp",
|
|
"xlocnum": "cpp",
|
|
"xloctime": "cpp",
|
|
"xmemory": "cpp",
|
|
"xstddef": "cpp",
|
|
"xstring": "cpp",
|
|
"xtr1common": "cpp",
|
|
"xtree": "cpp",
|
|
"xutility": "cpp",
|
|
"xlocbuf": "cpp",
|
|
"xlocmes": "cpp",
|
|
"xmemory0": "cpp",
|
|
"memory_resource": "cpp",
|
|
"__bits": "cpp",
|
|
"__verbose_abort": "cpp",
|
|
"variant": "cpp",
|
|
"charconv": "cpp",
|
|
"execution": "cpp"
|
|
},
|
|
"files.exclude": {
|
|
"Binaries/*build*": true,
|
|
"Binaries/Output": true,
|
|
"GDJS/Runtime-dist": true,
|
|
"docs": true,
|
|
"newIDE/electron-app/dist": true,
|
|
"newIDE/app/build": true,
|
|
"newIDE/app/resources/GDJS": true,
|
|
"newIDE/electron-app/app/www": true
|
|
},
|
|
// Support for Flowtype (for newIDE):
|
|
"javascript.validate.enable": false,
|
|
"flow.useNPMPackagedFlow": true,
|
|
|
|
// Clang format styling (duplicated in scripts/CMakeClangUtils.txt)
|
|
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, BinPackParameters: false, BinPackArguments: false}"
|
|
}
|