bot_mini_bringup/.vscode/settings.json

14 lines
772 B
JSON
Raw Normal View History

2023-05-26 08:38:41 +00:00
{
"python.autoComplete.extraPaths": [
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/install/cam_opencv/lib/python3.10/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
],
"python.analysis.extraPaths": [
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/install/cam_opencv/lib/python3.10/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
]
}