1234567891011121314151617181920 |
- {
- "configurations": [
- {
- "browse": {
- "databaseFilename": "",
- "limitSymbolsToIncludedHeaders": true
- },
- "includePath": [
- "/opt/ros/kinetic/include",
- "/usr/include"
- ],
- "name": "Linux",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "/usr/local/bin/clang",
- "cStandard": "c11",
- "cppStandard": "c++14"
- }
- ],
- "version": 4
- }
|