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,
"build/**": true,
"expected/**": true,
"tools/**": true,
"tools/**": true
},
"defines": [
"_LANGUAGE_C", // For gbi.h
"_LANGUAGE_C"
],
"files.associations": {
"hud.h": "c",
@ -44,8 +44,8 @@
"cstdlib": "c",
"typeinfo": "c",
"sym_addrs_funcs": "c",
"*.txt": "c"
"typeinfo": "c",
"*.txt": "c",
"fox_title.h": "c"
},
"C_Cpp_Runner.msvcBatchPath": ""
}