syncfiles/.vscode/c_cpp_properties.json

13 lines
236 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Linux",
"includePath": ["${workspaceFolder}"],
"cStandard": "c89",
"intelliSenseMode": "linux-clang-x64",
"compilerPath": "/usr/bin/clang"
}
],
"version": 4
}