Fixed settings.json (#84)

* Fixed settings.json

* Readded fox_i1
This commit is contained in:
Lywx 2024-01-16 09:58:30 -06:00 committed by GitHub
parent 8bf3781f9e
commit b975246483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@
"**/.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",
@ -44,8 +44,8 @@
"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": ""
} }