bonus-edge-proxy/.vscode/c_cpp_properties.json

19 lines
453 B
JSON
Raw Normal View History

2025-09-30 18:34:50 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
2025-10-15 14:27:21 +08:00
"${workspaceFolder}/**",
"/usr/include"
],
"defines": [
"CROW_USE_BOOST"
2025-09-30 18:34:50 +08:00
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-arm64"
}
],
"version": 4
}