Files
SimControl/.vscode/c_cpp_properties.json
2023-10-29 16:54:57 +01:00

18 lines
486 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/libs/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang-13",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}