3ds_tests/.vscode/c_cpp_properties.json
2024-09-26 00:59:50 +02:00

17 lines
No EOL
435 B
JSON

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