mirror of
https://github.com/bjoernellens1/rmp220_middleware.git
synced 2024-11-22 15:53:47 +00:00
10 lines
326 B
JSON
10 lines
326 B
JSON
{
|
|
"python.autoComplete.extraPaths": [
|
|
"/opt/ros/humble/lib/python3.10/site-packages",
|
|
"/opt/ros/humble/local/lib/python3.10/dist-packages"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"/opt/ros/humble/lib/python3.10/site-packages",
|
|
"/opt/ros/humble/local/lib/python3.10/dist-packages"
|
|
]
|
|
} |