Skip to content
Snippets Groups Projects
c_cpp_properties.json 377 B
Newer Older
Simon Wittl's avatar
Simon Wittl committed
{
  "configurations": [
    {
      "browse": {
        "databaseFilename": "${default}",
        "limitSymbolsToIncludedHeaders": false
      },
      "includePath": [
        "c:\\dev\\rq_workflow\\install\\include\\**",
        "C:\\dev\\rq_workflow\\install\\include\\**",
        "C:\\dev\\ros2_humble\\include\\**"
      ],
      "name": "ROS"
    }
  ],
  "version": 4
}