2023-10-06 03:10:31 -03:00
|
|
|
{
|
|
|
|
"python.formatting.autopep8Args": [
|
|
|
|
"--ignore",
|
|
|
|
"E402"
|
|
|
|
],
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.github": true,
|
|
|
|
"build/**": true,
|
|
|
|
"expected/**": true,
|
|
|
|
"tools/**": true,
|
|
|
|
"tools/aspatch/**": false,
|
|
|
|
"tools/gfxsotn/**": false,
|
|
|
|
},
|
2023-10-17 17:08:15 -03:00
|
|
|
"defines": [
|
2023-10-23 15:02:01 -05:00
|
|
|
"_LANGUAGE_C", // For gbi.h
|
2023-10-17 17:08:15 -03:00
|
|
|
],
|
2023-10-06 03:10:31 -03:00
|
|
|
"files.associations": {
|
2023-10-18 16:32:17 -03:00
|
|
|
"hud.h": "c",
|
|
|
|
"global.h": "c",
|
|
|
|
"ultratypes.h": "c",
|
2023-10-19 12:53:47 -05:00
|
|
|
"mbi.h": "c",
|
|
|
|
"common.h": "c",
|
2023-10-23 15:02:01 -05:00
|
|
|
"sf64math.h": "c",
|
|
|
|
"ultra64.h": "c",
|
|
|
|
"os_internal.h": "c",
|
2023-10-29 16:19:30 -05:00
|
|
|
"structs.h": "c",
|
|
|
|
"stdint.h": "c",
|
|
|
|
"xstdio.h": "c",
|
|
|
|
"controller.h": "c",
|
2023-11-04 17:45:03 -05:00
|
|
|
"os_version.h": "c",
|
2023-11-07 16:32:09 -06:00
|
|
|
"stdbool.h": "c",
|
2023-11-11 22:08:26 -03:00
|
|
|
"variables.h": "c",
|
2023-11-12 16:49:03 -06:00
|
|
|
"functions.h": "c",
|
|
|
|
"macros.h": "c",
|
2023-11-13 13:18:43 -03:00
|
|
|
"random": "c",
|
|
|
|
"limits": "c",
|
2023-11-15 20:14:33 -06:00
|
|
|
"algorithm": "c",
|
|
|
|
"dfee30.h": "c",
|
|
|
|
"df4260.h": "c",
|
2023-11-22 11:47:38 -03:00
|
|
|
"symbol_addrs_overlays": "cpp",
|
2023-11-26 15:27:05 -06:00
|
|
|
"string.h": "c",
|
|
|
|
"stdarg.h": "c",
|
2023-11-22 11:47:38 -03:00
|
|
|
"fox_option.h": "c",
|
|
|
|
"cstdlib": "c",
|
2023-11-24 13:11:20 -06:00
|
|
|
"typeinfo": "c",
|
|
|
|
"sym_addrs_funcs": "c",
|
|
|
|
"*.txt": "c"
|
2023-11-25 17:08:39 -03:00
|
|
|
"typeinfo": "c",
|
|
|
|
"fox_title.h": "c"
|
2023-10-06 03:10:31 -03:00
|
|
|
},
|
|
|
|
}
|