mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 07:35:09 +00:00
12 lines
556 B
JSON
12 lines
556 B
JSON
{
|
|
"python.autoComplete.extraPaths": [
|
|
"/home/bjorn/Documents/ros-projects/cps_rmp220_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/cps_rmp220_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"
|
|
]
|
|
} |