2023-10-06 09:10:31 +03:00
|
|
|
{
|
2024-01-16 18:58:30 +03:00
|
|
|
"python.formatting.autopep8Args": [
|
|
|
|
"--ignore",
|
|
|
|
"E402"
|
|
|
|
],
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.github": true,
|
|
|
|
"build/**": true,
|
|
|
|
"expected/**": true,
|
2024-03-01 21:57:44 +03:00
|
|
|
"tools/**": true,
|
|
|
|
"ctx.c" : true
|
2024-01-16 18:58:30 +03:00
|
|
|
},
|
|
|
|
"defines": [
|
|
|
|
"_LANGUAGE_C"
|
|
|
|
],
|
|
|
|
"files.associations": {
|
|
|
|
"hud.h": "c",
|
|
|
|
"global.h": "c",
|
|
|
|
"ultratypes.h": "c",
|
|
|
|
"mbi.h": "c",
|
|
|
|
"common.h": "c",
|
|
|
|
"sf64math.h": "c",
|
|
|
|
"ultra64.h": "c",
|
|
|
|
"os_internal.h": "c",
|
|
|
|
"structs.h": "c",
|
|
|
|
"stdint.h": "c",
|
|
|
|
"xstdio.h": "c",
|
|
|
|
"controller.h": "c",
|
|
|
|
"os_version.h": "c",
|
|
|
|
"stdbool.h": "c",
|
|
|
|
"variables.h": "c",
|
|
|
|
"functions.h": "c",
|
|
|
|
"macros.h": "c",
|
|
|
|
"random": "c",
|
|
|
|
"limits": "c",
|
|
|
|
"algorithm": "c",
|
|
|
|
"dfee30.h": "c",
|
|
|
|
"fox_i1.h": "c",
|
|
|
|
"symbol_addrs_overlays": "cpp",
|
|
|
|
"string.h": "c",
|
|
|
|
"stdarg.h": "c",
|
|
|
|
"fox_option.h": "c",
|
|
|
|
"cstdlib": "c",
|
|
|
|
"typeinfo": "c",
|
|
|
|
"sym_addrs_funcs": "c",
|
|
|
|
"*.txt": "c",
|
2024-01-21 17:00:53 +03:00
|
|
|
"fox_title.h": "c",
|
|
|
|
"prevent_bss_reordering.h": "c",
|
|
|
|
"fox_map.h": "c",
|
|
|
|
"sf64level.h": "c",
|
2024-02-02 06:05:17 +03:00
|
|
|
"prevent_bss_reordering2.h": "c",
|
|
|
|
"ast_aq.h": "c",
|
2024-02-06 18:14:05 +03:00
|
|
|
"ast_8e1f80.h": "c",
|
2024-02-17 01:04:22 +03:00
|
|
|
"fox_end2.inc": "c",
|
|
|
|
"sf64thread.h": "c",
|
|
|
|
"gfx.h": "c",
|
|
|
|
"os.h": "c",
|
|
|
|
"math.h": "c",
|
|
|
|
"context.h": "c",
|
|
|
|
"sf64player.h": "c",
|
|
|
|
"sys.h": "c",
|
|
|
|
"fox_option_assets.h": "c",
|
|
|
|
"mods.h": "c",
|
2024-02-18 18:43:21 +03:00
|
|
|
"i5.h": "c",
|
2024-03-01 21:57:44 +03:00
|
|
|
"ast_warp_zone.h": "c",
|
|
|
|
"sf64audio_provisional.h": "c",
|
2024-03-06 01:51:52 +03:00
|
|
|
"fox_enmy_assets.h": "c",
|
|
|
|
"audiothread_cmd.h": "c",
|
|
|
|
"span": "c",
|
|
|
|
"string_span": "c",
|
|
|
|
"array": "c",
|
|
|
|
"bitset": "c",
|
|
|
|
"string_view": "c",
|
|
|
|
"initializer_list": "c",
|
|
|
|
"regex": "c",
|
|
|
|
"utility": "c",
|
|
|
|
"valarray": "c",
|
|
|
|
"util": "c",
|
|
|
|
"variant": "c",
|
2024-03-07 02:33:08 +03:00
|
|
|
"chrono": "c",
|
2024-03-09 00:53:53 +03:00
|
|
|
"optional": "c",
|
|
|
|
"istream": "c",
|
|
|
|
"ostream": "c",
|
|
|
|
"ratio": "c",
|
|
|
|
"system_error": "c",
|
|
|
|
"functional": "c",
|
|
|
|
"tuple": "c",
|
|
|
|
"type_traits": "c",
|
2024-03-08 19:18:34 +03:00
|
|
|
"ast_allies.h": "c",
|
|
|
|
"ast_font.h": "c",
|
|
|
|
"fox_std_lib_assets.h": "c",
|
2024-03-12 22:46:25 +03:00
|
|
|
"fox_versus_assets.h": "c",
|
|
|
|
"guint.h": "c"
|
2024-01-16 18:58:30 +03:00
|
|
|
},
|
|
|
|
"C_Cpp_Runner.msvcBatchPath": ""
|
2023-10-06 09:10:31 +03:00
|
|
|
}
|