Files
c_soft/.vscode/c_cpp_properties.json
2024-12-27 19:07:01 +08:00

22 lines
553 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"LINUX"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "C:/cygwin64/bin/gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}