Files
sd_gen/.vscode/c_cpp_properties.json
2024-01-24 08:25:44 +01:00

21 lines
478 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22000.0",
"compilerPath": "g++.exe",
// "cStandard": "c99",
"cppStandard": "c++20", //ex=c++20
"intelliSenseMode": "gcc-x86"
}
],
"version": 4
}