You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 1.3KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "python.autoComplete.extraPaths": [
  3. "/home/ros2/dev2_ws/install/ros2_aruco_interfaces/lib/python3.8/site-packages",
  4. "/home/ros2/dev2_ws/install/ros2_aruco/lib/python3.8/site-packages",
  5. "/home/ros2/dev2_ws/install/camera_info/lib/python3.8/site-packages",
  6. "/home/ros2/dev2_ws/install/camera_calibration/lib/python3.8/site-packages",
  7. "/home/ros2/dev2_ws/install/aruco_detector/lib/python3.8/site-packages",
  8. "/opt/ros/foxy/lib/python3.8/site-packages"
  9. ],
  10. "python.analysis.extraPaths": [
  11. "/home/ros2/dev2_ws/install/ros2_aruco_interfaces/lib/python3.8/site-packages",
  12. "/home/ros2/dev2_ws/install/ros2_aruco/lib/python3.8/site-packages",
  13. "/home/ros2/dev2_ws/install/camera_info/lib/python3.8/site-packages",
  14. "/home/ros2/dev2_ws/install/camera_calibration/lib/python3.8/site-packages",
  15. "/home/ros2/dev2_ws/install/aruco_detector/lib/python3.8/site-packages",
  16. "/opt/ros/foxy/lib/python3.8/site-packages"
  17. ],
  18. "files.associations": {
  19. "iostream": "cpp",
  20. "unordered_map": "cpp",
  21. "functional": "cpp",
  22. "array": "cpp",
  23. "*.tcc": "cpp",
  24. "memory": "cpp",
  25. "future": "cpp",
  26. "istream": "cpp",
  27. "tuple": "cpp",
  28. "utility": "cpp",
  29. "variant": "cpp",
  30. "cmath": "cpp"
  31. }
  32. }