mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08: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"
|
|
]
|
|
} |