c-homework/.vscode/c_cpp_properties.json
2025-02-25 17:08:55 +08:00

22 lines
551 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:/mingw-w64/include",
"C:/mingw-w64/x86_64-w64-mingw32/include"
],
"defines": [],
"compilerPath": "gcc",
"intelliSenseMode": "clang-x64",
"cStandard": "c11",
"cppStandard": "c++17",
"browse": {
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}