mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
parent
8bf3781f9e
commit
b975246483
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -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": ""
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user