action_server/.vscode/c_cpp_properties.json

18 lines
536 B
JSON
Raw Permalink Normal View History

2024-10-12 14:07:33 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/install/action_test/include/action_test/action_test/**",
"/home/user/ros2_humble/src/ros2/rclcpp/**",
"/home/user/ros2_humble/install/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}