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

18 lines
429 B
JSON
Raw Normal View History

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