15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"C_Cpp.codeAnalysis.exclude": {
|
|
"**/dependencies/": true
|
|
},
|
|
"C_Cpp.default.defines": [
|
|
"SDL_DISABLE_ANALYZE_MACROS",
|
|
"DEBUG=1"
|
|
],
|
|
"C_Cpp.default.includePath": [
|
|
"dependencies/include/SDL2",
|
|
"dependencies/imgui",
|
|
"${default}"
|
|
]
|
|
}
|