mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
parent
8bf3781f9e
commit
b975246483
98
.vscode/settings.json
vendored
98
.vscode/settings.json
vendored
@ -1,51 +1,51 @@
|
|||||||
{
|
{
|
||||||
"python.formatting.autopep8Args": [
|
"python.formatting.autopep8Args": [
|
||||||
"--ignore",
|
"--ignore",
|
||||||
"E402"
|
"E402"
|
||||||
],
|
],
|
||||||
"search.useIgnoreFiles": false,
|
"search.useIgnoreFiles": false,
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.github": true,
|
"**/.github": true,
|
||||||
"build/**": true,
|
"build/**": true,
|
||||||
"expected/**": true,
|
"expected/**": true,
|
||||||
"tools/**": true,
|
"tools/**": true
|
||||||
},
|
},
|
||||||
"defines": [
|
"defines": [
|
||||||
"_LANGUAGE_C", // For gbi.h
|
"_LANGUAGE_C"
|
||||||
],
|
],
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"hud.h": "c",
|
"hud.h": "c",
|
||||||
"global.h": "c",
|
"global.h": "c",
|
||||||
"ultratypes.h": "c",
|
"ultratypes.h": "c",
|
||||||
"mbi.h": "c",
|
"mbi.h": "c",
|
||||||
"common.h": "c",
|
"common.h": "c",
|
||||||
"sf64math.h": "c",
|
"sf64math.h": "c",
|
||||||
"ultra64.h": "c",
|
"ultra64.h": "c",
|
||||||
"os_internal.h": "c",
|
"os_internal.h": "c",
|
||||||
"structs.h": "c",
|
"structs.h": "c",
|
||||||
"stdint.h": "c",
|
"stdint.h": "c",
|
||||||
"xstdio.h": "c",
|
"xstdio.h": "c",
|
||||||
"controller.h": "c",
|
"controller.h": "c",
|
||||||
"os_version.h": "c",
|
"os_version.h": "c",
|
||||||
"stdbool.h": "c",
|
"stdbool.h": "c",
|
||||||
"variables.h": "c",
|
"variables.h": "c",
|
||||||
"functions.h": "c",
|
"functions.h": "c",
|
||||||
"macros.h": "c",
|
"macros.h": "c",
|
||||||
"random": "c",
|
"random": "c",
|
||||||
"limits": "c",
|
"limits": "c",
|
||||||
"algorithm": "c",
|
"algorithm": "c",
|
||||||
"dfee30.h": "c",
|
"dfee30.h": "c",
|
||||||
"fox_i1.h": "c",
|
"fox_i1.h": "c",
|
||||||
"symbol_addrs_overlays": "cpp",
|
"symbol_addrs_overlays": "cpp",
|
||||||
"string.h": "c",
|
"string.h": "c",
|
||||||
"stdarg.h": "c",
|
"stdarg.h": "c",
|
||||||
"fox_option.h": "c",
|
"fox_option.h": "c",
|
||||||
"cstdlib": "c",
|
"cstdlib": "c",
|
||||||
"typeinfo": "c",
|
"typeinfo": "c",
|
||||||
"sym_addrs_funcs": "c",
|
"sym_addrs_funcs": "c",
|
||||||
"*.txt": "c"
|
"*.txt": "c",
|
||||||
"typeinfo": "c",
|
"fox_title.h": "c"
|
||||||
"fox_title.h": "c"
|
},
|
||||||
},
|
"C_Cpp_Runner.msvcBatchPath": ""
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user