2020-08-15 18:26:48 +02:00
|
|
|
{
|
|
|
|
"version": 4,
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "papermario",
|
2020-10-28 21:57:00 +01:00
|
|
|
"browse": {
|
|
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
|
|
"path": [
|
|
|
|
"${workspaceFolder}/include",
|
|
|
|
"${workspaceFolder}/src"
|
|
|
|
]
|
|
|
|
},
|
2020-08-15 18:26:48 +02:00
|
|
|
"includePath": [
|
2020-10-20 00:47:29 +02:00
|
|
|
"${workspaceFolder}/include",
|
2021-02-22 10:21:23 +01:00
|
|
|
"${workspaceFolder}/ver/us/build/include",
|
2021-08-13 19:27:57 +02:00
|
|
|
"${workspaceFolder}/src",
|
|
|
|
"${workspaceFolder}/assets/us",
|
2020-08-15 18:26:48 +02:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"F3DEX_GBI_2",
|
2020-10-22 06:54:03 +02:00
|
|
|
"_LANGUAGE_C",
|
2021-02-22 10:21:23 +01:00
|
|
|
"SCRIPT(...)={}",
|
|
|
|
"VERSION=us"
|
2020-08-15 18:26:48 +02:00
|
|
|
],
|
|
|
|
"cStandard": "c89",
|
2021-08-09 17:56:33 +02:00
|
|
|
"cppStandard": "c++17"
|
2020-08-15 18:26:48 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|