Skip to content
Snippets Groups Projects
Select Git revision
  • e071116bbc7b49e86405eaed8904b6669e803843
  • main default
2 results

c_cpp_properties.json

Blame
  • c_cpp_properties.json 608 B
    {
        "configurations": [
            {
                "browse": {
                    "databaseFilename": "",
                    "limitSymbolsToIncludedHeaders": true
                },
                "includePath": [
                    "/opt/ros/kinetic/include",
                    "/usr/include/**",
                    "${workspaceFolder}/../../devel/include",
                    "${workspaceFolder}/**"
                ],
                "name": "Linux",
                "intelliSenseMode": "gcc-x64",
                "compilerPath": "/usr/bin/gcc",
                "cStandard": "c11",
                "cppStandard": "c++17"
            }
        ],
        "version": 4
    }