rmp220_teleop/.vscode/settings.json

14 lines
746 B
JSON

{
"python.autoComplete.extraPaths": [
"/home/bjorn/Documents/ros-projects/my_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/my_ws/install/segway_msgs/local/lib/python3.10/dist-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/my_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/my_ws/install/segway_msgs/local/lib/python3.10/dist-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
]
}