hs5/.vscode/c_cpp_properties.json
2025-02-16 17:45:12 +01:00

20 lines
557 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${vcpkgRoot}/x64-linux/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"compileCommands": [
"${workspaceFolder}/builds/ninja-multi-vcpkg/compile_commands.json"
]
}
],
"version": 4
}