Tutorial-C/.vscode/c_cpp_properties.json
2025-03-25 15:05:55 +08:00

17 lines
371 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}