Files
op-pedal/.vscode/c_cpp_properties.json
T
2022-02-11 11:22:20 -05:00

18 lines
517 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}",
"/usr/include/lilv-0"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-arm64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}