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