Files
carbit_test_service/.vscode/c_cpp_properties.json
2025-01-14 19:49:51 +08:00

22 lines
446 B
JSON

{
"configurations": [
{
"name": "linux-gcc-x64",
"includePath": [
"/usr/include/**",
"/usr/include/x86_64-linux-gnu/**",
"${workspaceFolder}/**",
"${workspaceFolder}/include/**",
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}