123456789101112131415161718192021 |
- {
- "configurations": [
- {
- "browse": {
- "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db",
- "limitSymbolsToIncludedHeaders": false
- },
- "includePath": [
- "/opt/ros/noetic/include/**",
- "/home/lenotary/catkin_ws/src/direct_lidar_odometry/include/**",
- "/usr/include/**"
- ],
- "name": "ROS",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "gnu11",
- "cppStandard": "c++14"
- }
- ],
- "version": 4
- }
|