ECG/.vscode/c_cpp_properties.json

17 lines
460 B
JSON
Raw Normal View History

2019-04-19 12:00:50 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/exercise1/build/compile_commands.json"
}
],
"version": 4
}