This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
helpless/.vscode/c_cpp_properties.json
2024-07-04 09:35:03 +07:00

18 lines
No EOL
429 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": ["DEBUG"],
"forcedInclude": [
"build.c"
],
"intelliSenseMode": "clang-x64",
"compilerPath": "C:/Program Files/LLVM/bin/clang",
"cStandard": "c11"
}
],
"version": 4
}