vscode c_cpp_properties
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
settings.json
|
||||||
|
|||||||
Vendored
+17
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "all",
|
||||||
|
"defines": [
|
||||||
|
"SDL_DISABLE_ANALYZE_MACROS",
|
||||||
|
"DEBUG=1"
|
||||||
|
],
|
||||||
|
"includePath": [
|
||||||
|
"dependencies/include/SDL2",
|
||||||
|
"dependencies/imgui",
|
||||||
|
"${default}"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 4
|
||||||
|
}
|
||||||
Vendored
-14
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"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}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user