2023-10-06 09: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 23:08:15 +03:00
|
|
|
"defines": [
|
2023-10-23 23:02:01 +03:00
|
|
|
"_LANGUAGE_C", // For gbi.h
|
2023-10-17 23:08:15 +03:00
|
|
|
],
|
2023-10-06 09:10:31 +03:00
|
|
|
"files.associations": {
|
2023-10-18 22:32:17 +03:00
|
|
|
"hud.h": "c",
|
|
|
|
"global.h": "c",
|
|
|
|
"ultratypes.h": "c",
|
2023-10-19 20:53:47 +03:00
|
|
|
"mbi.h": "c",
|
|
|
|
"common.h": "c",
|
2023-10-23 23:02:01 +03:00
|
|
|
"sf64math.h": "c",
|
|
|
|
"ultra64.h": "c",
|
|
|
|
"os_internal.h": "c",
|
2023-10-30 00:19:30 +03:00
|
|
|
"structs.h": "c",
|
|
|
|
"stdint.h": "c",
|
|
|
|
"xstdio.h": "c",
|
|
|
|
"controller.h": "c",
|
2023-11-05 01:45:03 +03:00
|
|
|
"os_version.h": "c",
|
2023-11-08 01:32:09 +03:00
|
|
|
"stdbool.h": "c",
|
|
|
|
"variables.h": "c"
|
2023-10-06 09:10:31 +03:00
|
|
|
},
|
|
|
|
}
|